summaryrefslogtreecommitdiff
path: root/devel/gettext-old
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>1999-12-24 11:33:16 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>1999-12-24 11:33:16 +0000
commit9175482ad120bb42009e556354142774959fb617 (patch)
treed7367c12aa63d9e91950c8a6e0dcb977632cb990 /devel/gettext-old
parentActive SML-mode.el (diff)
Add patch.
PR: ports/15525 Submitted by: Remi Guyomarch rguyom@mail.dotcom.fr
Notes
Notes: svn path=/head/; revision=23990
Diffstat (limited to 'devel/gettext-old')
-rw-r--r--devel/gettext-old/files/patch-ai12
1 files changed, 12 insertions, 0 deletions
diff --git a/devel/gettext-old/files/patch-ai b/devel/gettext-old/files/patch-ai
new file mode 100644
index 000000000000..6a780fdd2d68
--- /dev/null
+++ b/devel/gettext-old/files/patch-ai
@@ -0,0 +1,12 @@
+--- m4/gettext.m4.orig Fri Dec 24 20:23:44 1999
++++ m4/gettext.m4 Fri Dec 24 20:25:52 1999
+@@ -73,6 +73,9 @@
+ INSTOBJEXT=.mo
+ fi
+ fi
++ if test "$gt_cv_func_gettext_libintl" = "yes"; then
++ INTLLIBS='-lintl'
++ fi
+ ])
+
+ if test "$CATOBJEXT" = "NONE"; then