diff options
Diffstat (limited to 'devel/libole2/files/patch-libole2Conf.sh.in')
-rw-r--r-- | devel/libole2/files/patch-libole2Conf.sh.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libole2/files/patch-libole2Conf.sh.in b/devel/libole2/files/patch-libole2Conf.sh.in new file mode 100644 index 000000000000..16ac3e08f4cd --- /dev/null +++ b/devel/libole2/files/patch-libole2Conf.sh.in @@ -0,0 +1,16 @@ +--- libole2Conf.sh.in.orig Fri Jun 23 08:11:07 2000 ++++ libole2Conf.sh.in Fri Jun 23 12:23:06 2000 +@@ -2,11 +2,11 @@ + exec_prefix=@exec_prefix@ + + if test "@includedir@" != /usr/include ; then +- LIBOLE2_INCLUDEDIR="`glib-config --cflags` -I@includedir@" ++ LIBOLE2_INCLUDEDIR="`@GLIB_CONFIG@ --cflags` -I@includedir@" + else + LIBOLE2_INCLUDEDIR="" + fi + LIBOLE2_LIBDIR="-L@libdir@" +-LIBOLE2_LIBS="-lgnomeole2 `glib-config --libs` @LIBS@" ++LIBOLE2_LIBS="-lgnomeole2 `@GLIB_CONFIG@ --libs` @LIBS@" + MODULE_VERSION="libole2-@VERSION@" + |