1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-26 09:46:09 +00:00

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>
This commit is contained in:
Jeremy Messenger 2007-12-23 04:47:50 +00:00
parent 716e5be024
commit a31c7e41a9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=204382
2 changed files with 13 additions and 1 deletions

View File

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

View File

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