aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ddd
diff options
context:
space:
mode:
authorlioux <lioux@FreeBSD.org>2004-04-25 08:04:32 +0800
committerlioux <lioux@FreeBSD.org>2004-04-25 08:04:32 +0800
commit6295c1acec3b934f7b33cbe83a29e02c229bb875 (patch)
treef412a1b7becd3a5aec7dc1c0932b1b8672a54e72 /devel/ddd
parentd40bfbb640dc181cfcb14f8589dd5f2b32480dd5 (diff)
downloadfreebsd-ports-gnome-6295c1acec3b934f7b33cbe83a29e02c229bb875.tar.gz
freebsd-ports-gnome-6295c1acec3b934f7b33cbe83a29e02c229bb875.tar.zst
freebsd-ports-gnome-6295c1acec3b934f7b33cbe83a29e02c229bb875.zip
Chase freelibiberty header files location move which removed CONFLICTS
with libgnugetopt. This resolves port build under most FreeBSD port installations where libgnugetopt is already installed. Approved by: marcus (portmgr)
Diffstat (limited to 'devel/ddd')
-rw-r--r--devel/ddd/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ddd/Makefile b/devel/ddd/Makefile
index 6edc53aaaa37..d050492d0a51 100644
--- a/devel/ddd/Makefile
+++ b/devel/ddd/Makefile
@@ -26,7 +26,7 @@ USE_LIBTOOL_VER=13
CFLAGS+= -Wno-deprecated
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-CONFIGURE_ENV= CPPFLAGS='${CPPFLAGS}' \
+CONFIGURE_ENV= CPPFLAGS='-I${LOCALBASE}/include/freelibiberty ${CPPFLAGS}' \
LDFLAGS='${LDFLAGS}'
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
CONFIGURE_ARGS= --with-motif-libraries="${LIBXMDIR}" \