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

12 lines
403 B
Plaintext
Raw Normal View History

--- glib-config.in.orig Sat Oct 28 00:35:30 2000
+++ glib-config.in Wed Jan 9 12:19:36 2002
2001-10-05 23:40:12 -04:00
@@ -88,7 +88,7 @@ if test "$echo_cflags" = "yes"; then
2001-02-19 15:34:46 -05:00
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
2001-02-19 15:34:46 -05:00
fi
if test "$echo_libs" = "yes"; then
libsp=""