freebsd-ports/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in
Maxim Sobolev a1abd52f9a - Fix the build with the forthcoming gnomecontrolcenter-1.4.0.3;
- silence harmless configure warning by overriding CONFIGURE_TARGET.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>, sobomax
2002-02-07 13:44:16 +00:00

14 lines
357 B
Text

$FreeBSD$
--- pygnome/Makefile.in.orig Thu Jan 3 15:21:15 2002
+++ pygnome/Makefile.in Thu Feb 7 15:35:50 2002
@@ -123,7 +123,7 @@
SUBDIRS = generate gnome
INCLUDES = $(PYTHON_INCLUDES) $(GNOME_INCLUDEDIR) \
- $(LIBGLADE_CFLAGS)
+ $(LIBGLADE_CFLAGS) `$(GNOME_CONFIG) --cflags gtkhtml capplet`
@WITH_APPLETS_TRUE@appletmodule = _appletmodule.la