diff options
author | mezz <mezz@FreeBSD.org> | 2007-12-23 12:47:50 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2007-12-23 12:47:50 +0800 |
commit | 5c0359959150e652d4aaefb8f78b693c8feaba5e (patch) | |
tree | 02c2ce23f61c9908b260483f0b42443be7b77065 /sysutils/gnome-system-tools | |
parent | b85848b84efa22c38e0c724fbcacc02eb71a0660 (diff) | |
download | freebsd-ports-gnome-5c0359959150e652d4aaefb8f78b693c8feaba5e.tar.gz freebsd-ports-gnome-5c0359959150e652d4aaefb8f78b693c8feaba5e.tar.zst freebsd-ports-gnome-5c0359959150e652d4aaefb8f78b693c8feaba5e.zip |
Fix the build when smalltalk (include/gst.h) is installed in system by reorder
the -I/path/to stuff.
PR: ports/118941
Reported by: Keith Gaughan <keith.gaughan@gmail.com>
Diffstat (limited to 'sysutils/gnome-system-tools')
-rw-r--r-- | sysutils/gnome-system-tools/Makefile | 3 | ||||
-rw-r--r-- | sysutils/gnome-system-tools/files/patch-configure | 11 |
2 files changed, 13 insertions, 1 deletions
diff --git a/sysutils/gnome-system-tools/Makefile b/sysutils/gnome-system-tools/Makefile index 52467f1877de..81bf196e48b3 100644 --- a/sysutils/gnome-system-tools/Makefile +++ b/sysutils/gnome-system-tools/Makefile @@ -3,7 +3,8 @@ # Whom: Adam Weinberger <adamw@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.68 2007/09/16 16:56:43 ahze Exp $ +# $MCom: ports/sysutils/gnome-system-tools/Makefile,v 1.68 2007/09/16 16:56:43 ahze Exp $ +# PORTNAME= gnome-system-tools PORTVERSION= 2.20.0 diff --git a/sysutils/gnome-system-tools/files/patch-configure b/sysutils/gnome-system-tools/files/patch-configure new file mode 100644 index 000000000000..303edc2c5532 --- /dev/null +++ b/sysutils/gnome-system-tools/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2007-12-22 22:34:20.000000000 -0600 ++++ configure 2007-12-22 22:34:43.000000000 -0600 +@@ -25180,7 +25180,7 @@ + GST_CFLAGS="$GST_DEPENDS_CFLAGS $GST_CRACK_LIB_CFLAGS $GST_DEPRECATED_FLAGS" + + GST_TOOL_LIBS="\$(top_builddir)/src/common/libsetuptool.a $GST_LIBS" +-GST_TOOL_CFLAGS="$GST_CFLAGS -I\$(top_srcdir)/src/common" ++GST_TOOL_CFLAGS="-I\$(top_srcdir)/src/common $GST_CFLAGS" + + GST_TOOL_CLEANFILES="\$(desktop) \$(desktop).in" + GST_TOOL_EXTRA_DIST="\$(toolpixmaps) \$(desktop).in.in" |