diff options
author | sobomax <sobomax@FreeBSD.org> | 2002-02-07 21:44:16 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2002-02-07 21:44:16 +0800 |
commit | dd359309bb7319eba9a355db1400ade1d7d2a7e2 (patch) | |
tree | ebae4d4ca59f55f1eac1702a25c3cb34c6991bab /x11-toolkits/py-gnome2 | |
parent | 22b3448a01718a8bfc2d573fe8d0ffdb11913634 (diff) | |
download | freebsd-ports-gnome-dd359309bb7319eba9a355db1400ade1d7d2a7e2.tar.gz freebsd-ports-gnome-dd359309bb7319eba9a355db1400ade1d7d2a7e2.tar.zst freebsd-ports-gnome-dd359309bb7319eba9a355db1400ade1d7d2a7e2.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
Diffstat (limited to 'x11-toolkits/py-gnome2')
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 1 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/files/patch-pygnome::Makefile.in | 8 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 446ee683fbc5..72e6933d18f0 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -24,6 +24,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-python=${PYTHON_CMD} \ --with-gnome-config=${X11BASE}/bin/gnome-config \ --with-gtkhtml +CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} EG_SRC_DIR= ${WRKSRC}/pygnome/examples EG_DST_DIR= ${PREFIX}/share/examples/py-gnome 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 |