summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2014-05-16 12:27:48 +0000
committerrichard <richard@pkgsrc.org>2014-05-16 12:27:48 +0000
commitff77dbf993a685c01dfe4f2ec0753c87c26c07e5 (patch)
treecde002b1c35e9b82cc1329c9b84d27a049f9b400 /print
parentf1d85c8abb6df46ff761debc6881bfaf442485e8 (diff)
downloadpkgsrc-ff77dbf993a685c01dfe4f2ec0753c87c26c07e5.tar.gz
forced revert re joerg
Diffstat (limited to 'print')
-rw-r--r--print/cups/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups/Makefile b/print/cups/Makefile
index 7ccde13663f..1c89f924aaf 100644
--- a/print/cups/Makefile
+++ b/print/cups/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.204 2014/05/15 12:51:58 wiz Exp $
+# $NetBSD: Makefile,v 1.205 2014/05/16 12:27:48 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:
@@ -70,8 +70,8 @@ CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}
.include "options.mk"
.if ${OPSYS} == "SunOS"
-#LIBS_SSP = -lssp_nonshared -lssp
-#CONFIGURE_ENV+= LIBS_SSP=${LIBS_SSP:M*:Q}
+LIBS_SSP = -lssp_nonshared -lssp
+CONFIGURE_ENV+= LIBS_SSP=${LIBS_SSP:M*:Q}
LIBS.SunOS+= -liconv
.endif