mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
92c03cc189
Add LICENSE Remove pkg-plist replace with PLIST_FILES No actual binary changes
14 lines
421 B
Plaintext
14 lines
421 B
Plaintext
--- configure.ac.orig 2004-07-28 08:34:01 UTC
|
|
+++ configure.ac
|
|
@@ -9,7 +9,9 @@ AM_INIT_AUTOMAKE(gsmc, 1.0, ik5nax@amsat
|
|
# Checks for programs.
|
|
AC_PROG_CC
|
|
pkg_modules="gtk+-2.0"
|
|
-PKG_CHECK_MODULES(PACKAGE,[$pkg_modules])
|
|
+PACKAGE_CFLAGS=`pkg-config --cflags ${pkg_modules}`
|
|
+PACKAGE_LIBS=`pkg-config --libs ${pkg_modules}`
|
|
+#PKG_CHECK_MODULES(PACKAGE,[$pkg_modules])
|
|
AC_SUBST(PACKAGE_CFLAGS)
|
|
AC_SUBST(PACKAGE_LIBS)
|
|
|