pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/converters/mpack Convert to buildlink3. Use LDFLAGS.S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/996b7edfc73d
branches:  trunk
changeset: 472528:996b7edfc73d
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 11 07:23:29 2004 +0000

description:
Convert to buildlink3.  Use LDFLAGS.SunOS.

diffstat:

 converters/mpack/Makefile |  10 +++-------
 1 files changed, 3 insertions(+), 7 deletions(-)

diffs (24 lines):

diff -r 4ca594e41d84 -r 996b7edfc73d converters/mpack/Makefile
--- a/converters/mpack/Makefile Sun Apr 11 07:15:34 2004 +0000
+++ b/converters/mpack/Makefile Sun Apr 11 07:23:29 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/01/20 12:10:29 agc Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/11 07:23:29 snj Exp $
 # FreeBSD Id: Makefile,v 1.7 1997/04/26 23:55:23 asami Exp
 #
 
@@ -12,12 +12,8 @@
 COMMENT=       External MIME packer/unpacker
 
 WRKSRC=                ${WRKDIR}/mpack
-USE_BUILDLINK2=        # defined
-
-.include "../../mk/bsd.prefs.mk"
+USE_BUILDLINK3=        # defined
 
-.if ${OPSYS} == SunOS
-LDFLAGS+=      -lsocket -lnsl
-.endif
+LDFLAGS.SunOS+=        -lsocket -lnsl
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index