aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-04-25 00:04:32 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2004-04-25 00:04:32 +0000
commit25ebc3a8a89c6a8fed52e02e6c95221e6596f487 (patch)
treeda707ec129feb22357ed89a4d3923c64218f628b
parent1c2da9a09ce2fa76d7a5a502c397d1c7c55da28c (diff)
downloadports-25ebc3a8a89c6a8fed52e02e6c95221e6596f487.tar.gz
ports-25ebc3a8a89c6a8fed52e02e6c95221e6596f487.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)
Notes
Notes: svn path=/head/; revision=107807
-rw-r--r--devel/ddd/Makefile2
-rw-r--r--textproc/freegrep/Makefile2
2 files changed, 3 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}" \
diff --git a/textproc/freegrep/Makefile b/textproc/freegrep/Makefile
index 470a6006bcec..fbc3031f926c 100644
--- a/textproc/freegrep/Makefile
+++ b/textproc/freegrep/Makefile
@@ -18,6 +18,8 @@ COMMENT= An implementation of grep(1) under a BSD-friendly license
LIB_DEPENDS= iberty.1:${PORTSDIR}/devel/freelibiberty
+CFLAGS:= -I${LOCALBASE}/include/freelibiberty ${CFLAGS}
+
MAN1= grep.1 egrep.1 fgrep.1 zgrep.1
post-extract: