summaryrefslogtreecommitdiff
path: root/print/cups
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2013-10-14 05:53:17 +0000
committerrichard <richard@pkgsrc.org>2013-10-14 05:53:17 +0000
commita3bc1c6aebb075a771c745db6c00c9f2b2f811c2 (patch)
tree252ba3ae21a32fa8edbfd0f929beddc80b5f3e9f /print/cups
parent4302f3362644306ea5cba3457696254afb9ab474 (diff)
downloadpkgsrc-a3bc1c6aebb075a771c745db6c00c9f2b2f811c2.tar.gz
add -lssp for solaris in print/cups for dependant programs
Diffstat (limited to 'print/cups')
-rw-r--r--print/cups/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 91fab68c0cb..a75b6217ebf 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.199 2013/07/12 10:45:01 jperkin Exp $
+# $NetBSD: Makefile,v 1.200 2013/10/14 05:53:17 richard Exp $
#
# The CUPS author is very good about taking back changes into the main
# CUPS distribution. The correct place to send patches or bug-fixes is:
@@ -9,7 +9,7 @@ PKGNAME= cups-${DIST_VERS:S/-/./g}
BASE_VERS= 1.5.4
DIST_VERS= ${BASE_VERS}
-PKGREVISION= 7
+PKGREVISION= 8
CATEGORIES= print
MASTER_SITES= http://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
ftp://ftp.easysw.com/pub/cups/${BASE_VERS}/ \
@@ -70,7 +70,8 @@ CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}
.include "options.mk"
.if ${OPSYS} == "SunOS"
-CONFIGURE_ENV+= LIBS_SSP=-lssp_nonshared
+LIBS_SSP = -lssp_nonshared -lssp
+CONFIGURE_ENV+= LIBS_SSP=${LIBS_SSP:M*:Q}
LIBS.SunOS+= -liconv
.endif