aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-07 04:55:34 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-07 04:55:34 +0000
commitf6d38fb40849da2f9abe123c07f4a3fb695d92ea (patch)
tree55a89ea0019dfa6b89e0efa4dd27f9f86a4f327d /devel
parent74ac3f7ff92824a8042e799bca4db5687086daa9 (diff)
downloadports-f6d38fb40849da2f9abe123c07f4a3fb695d92ea.tar.gz
ports-f6d38fb40849da2f9abe123c07f4a3fb695d92ea.zip
fix build
Notes
Notes: svn path=/head/; revision=72671
Diffstat (limited to 'devel')
-rw-r--r--devel/fastdep/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/fastdep/Makefile b/devel/fastdep/Makefile
index 29c6ee270788..cf6fc1de2842 100644
--- a/devel/fastdep/Makefile
+++ b/devel/fastdep/Makefile
@@ -18,7 +18,7 @@ LIB_DEPENDS= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
USE_REINPLACE= yes
USE_GMAKE= yes
HAS_CONFIGURE= yes
-MAKE_ENV= CXX="${CXX} -I${LOCALBASE}/include" \
+MAKE_ENV= CXX="${CXX} -I${LOCALBASE}/include -DHAVE_DECL_GETOPT=1" \
CXXFLAGS="${CXXFLAGS}"
post-patch: