aboutsummaryrefslogtreecommitdiff
path: root/net/datapipe
diff options
context:
space:
mode:
Diffstat (limited to 'net/datapipe')
-rw-r--r--net/datapipe/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/datapipe/Makefile b/net/datapipe/Makefile
index 4d5a03567db6..df43eda765b7 100644
--- a/net/datapipe/Makefile
+++ b/net/datapipe/Makefile
@@ -16,7 +16,7 @@ DISTFILE= datapipe-1.0.tar.gz
MAINTAINER= dbaker@FreeBSD.org
do-build:
- ${CC} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c
+ ${CC} ${CFLAGS} -o ${WRKDIR}/${DISTNAME}/datapipe ${WRKDIR}/${DISTNAME}/datapipe.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/datapipe ${PREFIX}/bin