pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2009Q4]: pkgsrc/security/opencdk Pullup ticket 2959 - requeste...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/66ab1b457507
branches:  pkgsrc-2009Q4
changeset: 569193:66ab1b457507
user:      spz <spz%pkgsrc.org@localhost>
date:      Sat Jan 16 20:32:14 2010 +0000

description:
Pullup ticket 2959 - requested by tron
build fix for Solaris

Revisions pulled up:
- pkgsrc/security/opencdk/Makefile              1.32

   -------------------------------------------------------------------------
   Module Name:    pkgsrc
   Committed By:   tron
   Date:           Sat Jan 16 11:23:04 UTC 2010

   Modified Files:
           pkgsrc/security/opencdk: Makefile

   Log Message:
   Fix build under Solaris.


   To generate a diff of this commit:
   cvs rdiff -u -r1.31 -r1.32 pkgsrc/security/opencdk/Makefile

diffstat:

 security/opencdk/Makefile |  8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r afb1a2aa5866 -r 66ab1b457507 security/opencdk/Makefile
--- a/security/opencdk/Makefile Sat Jan 16 18:20:39 2010 +0000
+++ b/security/opencdk/Makefile Sat Jan 16 20:32:14 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2009/05/30 01:57:26 zafer Exp $
+# $NetBSD: Makefile,v 1.31.6.1 2010/01/16 20:32:14 spz Exp $
 
 DISTNAME=      opencdk-0.6.6
 CATEGORIES=    security devel
@@ -27,6 +27,12 @@
 
 INSTALLATION_DIRS=     ${HTMLDIR} ${EGDIR}
 
+.include "../../mk/bsd.prefs.mk"
+
+.if ${OPSYS} == "SunOS"
+LIBS+= -lnsl
+.endif
+
 pre-install:
        ${INSTALL_DATA} ${WRKSRC}/doc/opencdk-api.html ${DESTDIR}${HTMLDIR}
        cd ${WRKSRC}/tests && ${INSTALL_DATA} *.gpg *.c ${DESTDIR}${EGDIR}



Home | Main Index | Thread Index | Old Index