summaryrefslogtreecommitdiff
path: root/net/connect
diff options
context:
space:
mode:
authortv <tv@pkgsrc.org>2005-11-03 17:24:14 +0000
committertv <tv@pkgsrc.org>2005-11-03 17:24:14 +0000
commit33e38e1eaf7d282045f86ff4d4d1253a6758c4a2 (patch)
treef34ea355b3be84f1ab62773900b0f91e4bd76bf4 /net/connect
parentdaf02fcacefe5eff8b22551be83521b15dd6c086 (diff)
downloadpkgsrc-33e38e1eaf7d282045f86ff4d4d1253a6758c4a2.tar.gz
Use ${LINK.c} to link and make sure all FLAGS are heeded.
Diffstat (limited to 'net/connect')
-rw-r--r--net/connect/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/connect/Makefile b/net/connect/Makefile
index 86ceb11d285..462ac53bc19 100644
--- a/net/connect/Makefile
+++ b/net/connect/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2005/10/23 14:30:05 rillig Exp $
+# $NetBSD: Makefile,v 1.7 2005/11/03 17:24:14 tv Exp $
DISTNAME= connect
PKGNAME= ${DISTNAME}-1.83
@@ -20,7 +20,7 @@ INSTALLATION_DIRS= bin
do-build:
${MKDIR} ${WRKSRC}
- ${CC} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} ${CFLAGS} -o ${WRKSRC}/connect ${LIBS}
+ ${LINK.c} ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} -o ${WRKSRC}/connect ${LIBS}
${EGREP} '^ \*(| .*)$$' ${DISTDIR}/${DIST_SUBDIR}/${DISTFILES} | \
${CUT} -c 4- >${WRKSRC}/README