diff options
author | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2017-09-02 17:38:21 +0800 |
---|---|---|
committer | MANTANI Nobutaka <nobutaka@FreeBSD.org> | 2017-09-02 17:38:21 +0800 |
commit | 51c12c8be6ca77b686200c70c4836df72a77ed0a (patch) | |
tree | d30638e244147b96352b4e7d5df8aef08b2cc565 /x11/eterm | |
parent | 9ddf730c1096b709eba33db2b0415c405b5ecc0b (diff) | |
download | freebsd-ports-gnome-51c12c8be6ca77b686200c70c4836df72a77ed0a.tar.gz freebsd-ports-gnome-51c12c8be6ca77b686200c70c4836df72a77ed0a.tar.zst freebsd-ports-gnome-51c12c8be6ca77b686200c70c4836df72a77ed0a.zip |
Fix package build error on current.
PR: 221628
Submitted by: nobutaka
Approved by: maintainer timeout (two weeks)
Diffstat (limited to 'x11/eterm')
-rw-r--r-- | x11/eterm/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11/eterm/Makefile b/x11/eterm/Makefile index bdbeb46d676b..cad7b8fb4d34 100644 --- a/x11/eterm/Makefile +++ b/x11/eterm/Makefile @@ -25,6 +25,13 @@ CONFIGURE_ARGS?=--enable-trans --enable-utmp \ --enable-xim --with-theme-update \ --with-backspace=bs --without-terminfo \ --enable-multi-charset + +.if exists(/usr/libexec/gdb) +CONFIGURE_ENV= GDB=/usr/libexec/gdb +.else +CONFIGURE_ENV= GDB=/usr/bin/gdb +.endif + CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USES= iconv libtool shebangfix |