pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/apg Fix build on at least SunOS, variable cha...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/35edf091f29e
branches:  trunk
changeset: 635310:35edf091f29e
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Jun 02 19:42:47 2014 +0000

description:
Fix build on at least SunOS, variable changed name in the last release.

diffstat:

 security/apg/Makefile |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (24 lines):

diff -r 8751d41ba0be -r 35edf091f29e security/apg/Makefile
--- a/security/apg/Makefile     Mon Jun 02 16:35:03 2014 +0000
+++ b/security/apg/Makefile     Mon Jun 02 19:42:47 2014 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2014/05/29 23:37:18 wiz Exp $
+# $NetBSD: Makefile,v 1.19 2014/06/02 19:42:47 fhajny Exp $
 #
 
 DISTNAME=      apg-2.3.0b
@@ -16,10 +16,10 @@
 USE_TOOLS+=    perl:run
 REPLACE_PERL=  perl/apgcli.pl
 
-OPSYSVARS+=    CS_LIBS
-CS_LIBS.Linux+=        -lnsl
-CS_LIBS.SunOS+=        -lnsl -lsocket
-MAKE_ENV+=     CS_LIBS=${CS_LIBS:Q}
+OPSYSVARS+=    APG_CS_CLIBS
+APG_CS_CLIBS.Linux+=   -lnsl
+APG_CS_CLIBS.SunOS+=   -lnsl -lsocket
+MAKE_ENV+=     APG_CS_CLIBS=${APG_CS_CLIBS:Q}
 
 INSTALLATION_DIRS+=    bin sbin ${PKGMANDIR}/man1 ${PKGMANDIR}/man8
 



Home | Main Index | Thread Index | Old Index