aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/py-gnome2/files
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-02-07 13:44:16 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-02-07 13:44:16 +0000
commita1abd52f9a95ef7ca5aa84ea4beb677031d27ae3 (patch)
tree4c4534d2072cd28f8f8cec09b668a587524f6795 /x11-toolkits/py-gnome2/files
parentd8df6c0464b39f72487066f7bd18db9941b4fa29 (diff)
downloadports-a1abd52f9a95ef7ca5aa84ea4beb677031d27ae3.tar.gz
ports-a1abd52f9a95ef7ca5aa84ea4beb677031d27ae3.zip
- 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
Notes
Notes: svn path=/head/; revision=54309
Diffstat (limited to 'x11-toolkits/py-gnome2/files')
-rw-r--r--x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in b/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in
index 98d71436ee2c..f5caef94525a 100644
--- a/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in
+++ b/x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in
@@ -1,14 +1,14 @@
$FreeBSD$
---- pygnome/Makefile.in 2001/11/12 11:58:04 1.1
-+++ pygnome/Makefile.in 2001/11/12 12:00:19
-@@ -134,7 +134,7 @@
+--- 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`
++ $(LIBGLADE_CFLAGS) `$(GNOME_CONFIG) --cflags gtkhtml capplet`
@WITH_APPLETS_TRUE@appletmodule = _appletmodule.la