diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:37:53 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-25 05:37:53 +0000 |
commit | a8ed54fcae54603575c22ca70ee23d80c12d819f (patch) | |
tree | 06faa3c6cf8b551b726c4f62f3c010ab37c944c2 /devel/gettext/files/patch-gettext-runtime_configure | |
parent | Clean up the plist. (diff) |
Update to 0.12.1. This brings a shared lib bump of libintl.so. It is
recommended people use:
portupgrade -rf gettext -m BATCH=yes
To update this port.
Tested by: Thierry Thomas <thierry@pompo.net>
myself
Diffstat (limited to 'devel/gettext/files/patch-gettext-runtime_configure')
-rw-r--r-- | devel/gettext/files/patch-gettext-runtime_configure | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/gettext/files/patch-gettext-runtime_configure b/devel/gettext/files/patch-gettext-runtime_configure new file mode 100644 index 000000000000..030d7bd9db50 --- /dev/null +++ b/devel/gettext/files/patch-gettext-runtime_configure @@ -0,0 +1,11 @@ +--- gettext-runtime/configure.orig Wed Jun 11 17:21:41 2003 ++++ gettext-runtime/configure Wed Jun 11 17:21:56 2003 +@@ -1875,7 +1875,7 @@ + ac_config_headers="$ac_config_headers config.h" + + +-test "$mandir" != '${prefix}/man' || mandir='${datadir}/man' ++test "$mandir" != '${prefix}/man' || mandir='${prefix}/man' + + ac_ext=c + ac_cpp='$CPP $CPPFLAGS' |