diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-18 02:07:47 +0800 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2012-03-18 02:07:47 +0800 |
commit | 6c70e18280c5a56cc96d1b49699d1d073f2b4acf (patch) | |
tree | 0c3fa27b65e069db9cb2f3d06d9da28891e94179 /x11-toolkits/gtk30 | |
parent | 02cb11bd6039bc0ee259604bc997bf67a0336b6a (diff) | |
download | freebsd-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/Makefile | 2 |
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 |