diff options
author | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2004-11-15 13:19:30 +0800 |
commit | 637c2ffba645a93ef174fb26892d827fb66a958b (patch) | |
tree | a71dcc3c9fb974973b24ca685a852f299f979a29 /emulators/xsystem35 | |
parent | d4093a2bf14c6d9d762ed9c0f276fa726fd84389 (diff) | |
download | freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.gz freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.tar.zst freebsd-ports-gnome-637c2ffba645a93ef174fb26892d827fb66a958b.zip |
farewell to libxpg4.
Diffstat (limited to 'emulators/xsystem35')
-rw-r--r-- | emulators/xsystem35/files/patch-configure.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/emulators/xsystem35/files/patch-configure.in b/emulators/xsystem35/files/patch-configure.in index 38f5a9ec38d4..98350fe3a160 100644 --- a/emulators/xsystem35/files/patch-configure.in +++ b/emulators/xsystem35/files/patch-configure.in @@ -1,11 +1,10 @@ ---- configure.ac.orig Tue Nov 27 04:26:47 2001 -+++ configure.ac Sun Dec 23 07:26:26 2001 -@@ -316,7 +316,7 @@ +--- configure.ac.orig Sun Dec 21 16:18:05 2003 ++++ configure.ac Mon Nov 15 10:22:54 2004 +@@ -463,7 +463,6 @@ *-*-linux*) ;; *-*-freebsd*) - EXTRALIBS="$EXTRALIBS -lxpg4" -+ AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, EXTRALIBS="$EXTRALIBS -lxpg4") ;; *-irix*) chk_rgb=yes |