pkgsrc-Changes archive

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

CVS commit: pkgsrc/pkgtools/pkg_select



Module Name:    pkgsrc
Committed By:   nia
Date:           Mon Sep  9 10:03:21 UTC 2019

Modified Files:
        pkgsrc/pkgtools/pkg_select: Makefile

Log Message:
pkg_select: Add networking libs on SunOS


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 pkgsrc/pkgtools/pkg_select/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/pkgtools/pkg_select/Makefile
diff -u pkgsrc/pkgtools/pkg_select/Makefile:1.27 pkgsrc/pkgtools/pkg_select/Makefile:1.28
--- pkgsrc/pkgtools/pkg_select/Makefile:1.27    Sat Sep  7 23:18:57 2019
+++ pkgsrc/pkgtools/pkg_select/Makefile Mon Sep  9 10:03:21 2019
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.27 2019/09/07 23:18:57 nia Exp $
+# $NetBSD: Makefile,v 1.28 2019/09/09 10:03:21 nia Exp $
 #
 
 DISTNAME=      pkg_select-20090308
@@ -38,6 +38,8 @@ SUBST_SED.path+=      -e "s|/usr/bin/make|${M
 
 CFLAGS+=               -DPKGTOOLS_PATH=\"${PKG_TOOLS_BIN}\"
 
+LDFLAGS.SunOS+=                -lresolv -lsocket -lnsl
+
 do-install:
        ${INSTALL_PROGRAM} ${WRKSRC}/pkg_select ${DESTDIR}${PREFIX}/bin
        ${INSTALL_DATA} ${WRKSRC}/${PKGBASE}.conf.example               \



Home | Main Index | Thread Index | Old Index