Add patch.

PR:		ports/15525
Submitted by:	Remi Guyomarch rguyom@mail.dotcom.fr
This commit is contained in:
Yukihiro Nakai 1999-12-24 11:33:16 +00:00
parent 0d23d9456e
commit 9175482ad1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=23990
3 changed files with 36 additions and 0 deletions

View File

@ -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

View File

@ -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

View File

@ -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