mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
e04782a6ba
* Use new libtool scheme [1] The primary addition in this release is support for C# files when generating translations. Submitted by: mezz [1] Tested by: many, including mezz, adamw, and myself
21 lines
474 B
Plaintext
21 lines
474 B
Plaintext
--- gettext-runtime/configure.orig Thu Jan 29 12:12:42 2004
|
|
+++ gettext-runtime/configure Mon Dec 13 02:57:36 2004
|
|
@@ -1938,7 +1938,7 @@
|
|
|
|
docdir='${datadir}/doc/gettext'
|
|
|
|
-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man'
|
|
+test "$mandir" != '${prefix}/man' || mandir='${prefix}/man'
|
|
|
|
ac_ext=c
|
|
ac_cpp='$CPP $CPPFLAGS'
|
|
@@ -3635,7 +3635,7 @@
|
|
fi
|
|
|
|
if test -n "$HAVE_JAVACOMP" && test -n "$JAR"; then
|
|
- BUILDJAVA=yes
|
|
+ BUILDJAVA=no
|
|
else
|
|
BUILDJAVA=no
|
|
fi
|