mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-07 06:40:06 +00:00
94b3246775
the script on FreeBSD (glib12-config).
19 lines
561 B
Plaintext
19 lines
561 B
Plaintext
|
|
$FreeBSD$
|
|
|
|
--- libIDL/libIDL-config.in 2001/10/22 11:25:30 1.1
|
|
+++ libIDL/libIDL-config.in 2001/10/22 11:26:00
|
|
@@ -72,10 +72,10 @@
|
|
echo $exec_prefix
|
|
fi
|
|
if test "$echo_cflags" = "yes"; then
|
|
- all_flags="$all_flags $includes $cflags `glib-config --cflags`"
|
|
+ all_flags="$all_flags $includes $cflags `@GLIB_CONFIG@ --cflags`"
|
|
fi
|
|
if test "$echo_libs" = "yes"; then
|
|
- all_flags="$all_flags -L@libdir@ -lIDL `glib-config --libs`"
|
|
+ all_flags="$all_flags -L@libdir@ -lIDL `@GLIB_CONFIG@ --libs`"
|
|
fi
|
|
|
|
# Straight out any possible duplicates, but be careful to
|