mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-04 22:33:27 +00:00
89b7d2a446
- Support CC/CFLAGS/PREIFX/LOCALBASE/X11BASE/MAKE/etc. properly PR: 19623 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
12 lines
335 B
Plaintext
12 lines
335 B
Plaintext
--- configure.orig Sat Mar 27 04:11:51 1999
|
|
+++ configure Sat Mar 27 04:12:04 1999
|
|
@@ -3979,7 +3979,7 @@
|
|
echo $ac_n "(cached) $ac_c" 1>&6
|
|
else
|
|
ac_save_LIBS="$LIBS"
|
|
-LIBS="-licq "`glib-config --libs`" $LIBS"
|
|
+LIBS="-licq "`$GLIB_CONFIG --libs`" $LIBS"
|
|
cat > conftest.$ac_ext <<EOF
|
|
#line 3985 "configure"
|
|
#include "confdefs.h"
|