aboutsummaryrefslogtreecommitdiffstats
path: root/macros
diff options
context:
space:
mode:
Diffstat (limited to 'macros')
-rw-r--r--macros/ChangeLog4
-rw-r--r--macros/gnome.m42
2 files changed, 6 insertions, 0 deletions
diff --git a/macros/ChangeLog b/macros/ChangeLog
index f8274d4477..30a89439d8 100644
--- a/macros/ChangeLog
+++ b/macros/ChangeLog
@@ -1,3 +1,7 @@
+2001-06-20 Havoc Pennington <hp@redhat.com>
+
+ * gnome.m4: fix to include the CFLAGS for extra libraries
+
2001-06-13 Pavel Roskin <proski@gnu.org>
* gnome-fileutils.m4: Always explicitly declare main() with the
diff --git a/macros/gnome.m4 b/macros/gnome.m4
index 659c22c494..2d23de8772 100644
--- a/macros/gnome.m4
+++ b/macros/gnome.m4
@@ -115,6 +115,8 @@ AC_DEFUN([GNOME_INIT_HOOK],[
*)
AC_MSG_RESULT(unknown library)
esac
+ EXTRA_INCLUDEDIR=`$GNOME_CONFIG --cflags $i`
+ GNOME_INCLUDEDIR="$GNOME_INCLUDEDIR $EXTRA_INCLUDEDIR"
done
fi
])
2004-01-291-0/+1 * fix MASTER_SITESoliver2003-07-221-1/+1 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Fix PORTCOMMENTs that were killing INDEX builds.adamw2002-11-071-1/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Use ${ECHO_CMD} instead of ${ECHO} where you mean the echo command;knu2002-01-291-1/+1 * - Support CXX/CXXFLAGS propelrykevlo2000-11-112-43/+32 * (1) Add new variable, XFREE86_VERSION, to specify which version ofasami2000-08-031-2/+1 * Unleash all of these ports upon the people. I no longer have any interestwill2000-06-221-1/+1 * Convert to PORTNAME/PORTVERSION. The following ports hand invalid versionasami2000-04-141-3/+3 * Take over some ports.will2000-03-291-1/+1 * Remove andy@icc.surw.chel.su as maintainer from his ports..he doesn'tkris2000-03-291-1/+1 * Turn (back) on sound support for FreeBSD/Alpha.steve1999-09-261-4/+0 * Change Id->FreeBSD.obrien1999-08-251-1/+1 * Commit #2/4 to enforce Caps, no period. I ran this oe ashoek1999-06-271-1/+1 * Only enable sound support when the machine arch is not Alpha.steve1999-06-232-4/+8 * Roll back libXpm major to 4. Sorry, it wasn't a good idea to bump itasami1998-09-171-2/+2 * libXpm major is now 5. Also remove regexp support in preparation forasami1998-09-151-2/+2 * Remove manpages defined in MAN? macros in games' Makefiles.asami1998-08-131-1/+0 * Rename all USE_X11 to USE_X_PREFIX. Requires 1.279 (3.0-current) orasami1998-08-051-2/+2 * Making x11 category more useful project part 1: take out "x11" ofasami1998-07-281-2/+2 * Merge the changes (correct style) I made to the port.hoek1998-03-164-34/+32