pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/net/connect Use ${LINK.c} to link and make sure all FL...
details: https://anonhg.NetBSD.org/pkgsrc/rev/c673bb35941c
branches: trunk
changeset: 502260:c673bb35941c
user: tv <tv%pkgsrc.org@localhost>
date: Thu Nov 03 17:24:14 2005 +0000
description:
Use ${LINK.c} to link and make sure all FLAGS are heeded.
diffstat:
net/connect/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a5de068f0d8a -r c673bb35941c net/connect/Makefile
--- a/net/connect/Makefile Thu Nov 03 17:19:47 2005 +0000
+++ b/net/connect/Makefile Thu Nov 03 17:24:14 2005 +0000
@@ -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 @@
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
Home |
Main Index |
Thread Index |
Old Index