mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Remove obsolete libxpg4-related hunk. This doesn't make any functional
difference, hence leave PORTREVISION intact. Submitted by: sf
This commit is contained in:
parent
4acfa4e76d
commit
1485d6f52e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=51918
4 changed files with 3 additions and 39 deletions
|
@ -24,15 +24,6 @@
|
|||
fi
|
||||
rm -f conftest*
|
||||
INSTOBJEXT=.mo
|
||||
@@ -3699,7 +3699,7 @@
|
||||
# Added by Martin Baulig 12/15/98 for libc5 systems
|
||||
if test "$gt_cv_func_dgettext_libc" != "yes" \
|
||||
&& test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
||||
- INTLLIBS=-lintl
|
||||
+ INTLLIBS="-lintl -lxpg4"
|
||||
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
fi
|
||||
|
||||
@@ -4446,6 +4446,7 @@
|
||||
glib_thread_cflags="$GLIB_CFLAGS"
|
||||
glib_libs=`$GLIB_CONFIG glib gmodule --libs`
|
||||
|
|
|
@ -11,13 +11,4 @@ $FreeBSD$
|
|||
+ DATADIRNAME=share
|
||||
fi
|
||||
rm -f conftest*
|
||||
INSTOBJEXT=.mo
|
||||
@@ -3852,7 +3852,7 @@
|
||||
# Added by Martin Baulig 12/15/98 for libc5 systems
|
||||
if test "$gt_cv_func_dgettext_libc" != "yes" \
|
||||
&& test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
||||
- INTLLIBS=-lintl
|
||||
+ INTLLIBS="-lintl -lxpg4"
|
||||
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
fi
|
||||
|
||||
INSTOBJEXT=.mo
|
||||
|
|
|
@ -11,13 +11,4 @@ $FreeBSD$
|
|||
+ DATADIRNAME=share
|
||||
fi
|
||||
rm -f conftest*
|
||||
INSTOBJEXT=.mo
|
||||
@@ -3852,7 +3852,7 @@
|
||||
# Added by Martin Baulig 12/15/98 for libc5 systems
|
||||
if test "$gt_cv_func_dgettext_libc" != "yes" \
|
||||
&& test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
||||
- INTLLIBS=-lintl
|
||||
+ INTLLIBS="-lintl -lxpg4"
|
||||
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
fi
|
||||
|
||||
INSTOBJEXT=.mo
|
||||
|
|
|
@ -11,13 +11,4 @@ $FreeBSD$
|
|||
+ DATADIRNAME=share
|
||||
fi
|
||||
rm -f conftest*
|
||||
INSTOBJEXT=.mo
|
||||
@@ -3852,7 +3852,7 @@
|
||||
# Added by Martin Baulig 12/15/98 for libc5 systems
|
||||
if test "$gt_cv_func_dgettext_libc" != "yes" \
|
||||
&& test "$gt_cv_func_dgettext_libintl" = "yes"; then
|
||||
- INTLLIBS=-lintl
|
||||
+ INTLLIBS="-lintl -lxpg4"
|
||||
LIBS=`echo $LIBS | sed -e 's/-lintl//'`
|
||||
fi
|
||||
|
||||
INSTOBJEXT=.mo
|
||||
|
|
Loading…
Add table
Reference in a new issue