mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
318cf82724
with WINE.
17 lines
535 B
Plaintext
17 lines
535 B
Plaintext
--- 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@"
|
|
|