1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

- 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
This commit is contained in:
Maxim Sobolev 2002-02-07 13:44:16 +00:00
parent d8df6c0464
commit a1abd52f9a
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=54309
4 changed files with 10 additions and 8 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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