diff options
Diffstat (limited to 'net')
-rw-r--r-- | net/gicq/files/patch-ab | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net/gicq/files/patch-ab b/net/gicq/files/patch-ab new file mode 100644 index 000000000000..cc30b78ef453 --- /dev/null +++ b/net/gicq/files/patch-ab @@ -0,0 +1,11 @@ +--- 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 "`glib12-config --libs`" $LIBS" + cat > conftest.$ac_ext <<EOF + #line 3985 "configure" + #include "confdefs.h" |