freebsd-ports/emulators/xsystem35/files/patch-configure.in
FUJISHIMA Satsuki 7a08d1cef1 o update to 1.4.2.
o use LOCALBASE as default PREFIX.

PR:		32602
Submitted by:	amorita
2001-12-23 00:15:24 +00:00

11 lines
297 B
Text

--- configure.in.orig Tue Nov 27 04:26:47 2001
+++ configure.in Sun Dec 23 07:26:26 2001
@@ -316,7 +316,7 @@
*-*-linux*)
;;
*-*-freebsd*)
- EXTRALIBS="$EXTRALIBS -lxpg4"
+ AC_CHECK_LIB(xpg4, _xpg4_setrunelocale, EXTRALIBS="$EXTRALIBS -lxpg4")
;;
*-irix*)
chk_rgb=yes