openbsd-ports/devel/glib/patches/patch-af

12 lines
318 B
Plaintext

--- glib-config.in.orig Sun Apr 4 22:03:52 1999
+++ glib-config.in Sun Apr 4 22:07:01 1999
@@ -91,7 +91,7 @@
if test "$lib_gthread" = "yes"; then
cflags="$cflags @G_THREAD_CFLAGS@"
fi
- echo -I@libdir@/glib/include $includes $cflags
+ echo $includes $cflags
fi
if test "$echo_libs" = "yes"; then
libsp=""