UPDATE rxvt-2.7.10
Reported by: |
pelopor@… |
Owned by: |
macports-tickets@… |
Priority:
|
Normal
|
Milestone:
|
|
Component:
|
ports
|
Version:
|
1.0
|
Keywords:
|
|
Cc:
|
|
Port:
|
rxvt
|
|
|
I send a small patch to add a variant which enables multi-language function
in rxvt.
--- Portfile.orig Mon Dec 6 15:15:05 2004
+++ Portfile Fri Nov 26 01:11:54 2004
@@ -17,4 +17,8 @@
checksums md5 302c5c455e64047b02d1ef19ff749141
depends_lib lib:libX11.6:XFree86 lib:libfreetype.6:freetype
configure.env CPPFLAGS=-no-cpp-precomp
-configure.args --enable-everything
+configure.args --enable-everything --mandir=${prefix}/share/man
+variant ml {
+ configure.args-append --enable-languages
+}
+
Change History (2)
Resolution: |
→ fixed
|
Status: |
new →
closed
|
Description: |
modified (diff)
|
Port: |
rxvt added
|
Type: |
defect →
enhancement
|
Committed.