openbsd-ports/devel/glib/patches/patch-glib-config_in
brad a662adb27c upgrade to glib 1.2.9
!!NOTE!!: header files for glib have changed locations so this WILL cause
breakage.
2001-03-07 22:51:22 +00:00

12 lines
366 B
Plaintext

--- glib-config.in.orig Sat Oct 28 00:35:30 2000
+++ glib-config.in Wed Mar 7 08:46:18 2001
@@ -88,7 +88,7 @@
if test "$lib_gthread" = "yes"; then
cflags="$cflags @G_THREAD_CFLAGS@"
fi
- echo -I@includedir@/glib-1.2 -I@libdir@/glib/include $includes $cflags
+ echo -I@includedir@/glib-1.2 $includes $cflags
fi
if test "$echo_libs" = "yes"; then
libsp=""