patch to remove non-existant include path from glib-config
This commit is contained in:
parent
6b640ccfc8
commit
ec4ab2c0e6
11
devel/glib/patches/patch-af
Normal file
11
devel/glib/patches/patch-af
Normal file
@ -0,0 +1,11 @@
|
||||
--- 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=""
|
Loading…
x
Reference in New Issue
Block a user