diff options
author | mezz <mezz@FreeBSD.org> | 2012-03-18 02:07:47 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2012-03-18 02:07:47 +0800 |
commit | 55a293adf83ba3e0eee8eb466bfaed80c1a6eb4e (patch) | |
tree | 47477e7f80719a708ac6644cb73ff46f70faaff1 | |
parent | 47c2df91b0dba5d70c173196dd0e24e237f04fd1 (diff) | |
download | freebsd-ports-gnome-55a293adf83ba3e0eee8eb466bfaed80c1a6eb4e.tar.gz freebsd-ports-gnome-55a293adf83ba3e0eee8eb466bfaed80c1a6eb4e.tar.zst freebsd-ports-gnome-55a293adf83ba3e0eee8eb466bfaed80c1a6eb4e.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
-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 |