aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtk30
diff options
context:
space:
mode:
authorJeremy Messenger <mezz@FreeBSD.org>2012-03-18 02:07:47 +0800
committerJeremy Messenger <mezz@FreeBSD.org>2012-03-18 02:07:47 +0800
commit6c70e18280c5a56cc96d1b49699d1d073f2b4acf (patch)
tree0c3fa27b65e069db9cb2f3d06d9da28891e94179 /x11-toolkits/gtk30
parent02cb11bd6039bc0ee259604bc997bf67a0336b6a (diff)
downloadfreebsd-ports-gnome-6c70e18280c5a56cc96d1b49699d1d073f2b4acf.tar.gz
freebsd-ports-gnome-6c70e18280c5a56cc96d1b49699d1d073f2b4acf.tar.zst
freebsd-ports-gnome-6c70e18280c5a56cc96d1b49699d1d073f2b4acf.zip
Fix the build when japanese/sed is installed. Get it to use the system sed
instead of try to pick up japanese/sed. PR: ports/160224 Reported by: Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> Feature safe: yes
Diffstat (limited to 'x11-toolkits/gtk30')
-rw-r--r--x11-toolkits/gtk30/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/gtk30/Makefile b/x11-toolkits/gtk30/Makefile
index f08d80aea66f..718e1668f954 100644
--- a/x11-toolkits/gtk30/Makefile
+++ b/x11-toolkits/gtk30/Makefile
@@ -46,7 +46,7 @@ USE_XORG= xext xrender x11 xinerama xi xrandr xcursor xfixes xdamage \
xcomposite
CONFIGURE_ARGS= --enable-static --enable-xinput=yes
CONFIGURE_ARGS+=--enable-gtk2-dependency
-CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0`
+CONFIGURE_ENV= INTROSPECTION_GIRDIR=`pkg-config --variable=girdir gobject-introspection-1.0` ac_cv_path_SED="${SED}"
CPPFLAGS+= -I${LOCALBASE}/include/freetype2 \
-I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib