summaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorrichard <richard@pkgsrc.org>2015-10-10 17:05:17 +0000
committerrichard <richard@pkgsrc.org>2015-10-10 17:05:17 +0000
commita2a70c8ed8c52bcef87af8113f9b089bf9a8d238 (patch)
treeddb30fcbf865b602573534266fbf57acb67fd3bc /print
parent84f13417c30370518b3d65e5d6167d6200406a88 (diff)
downloadpkgsrc-a2a70c8ed8c52bcef87af8113f9b089bf9a8d238.tar.gz
revert accidental ssp fix waiting on joerg@
Diffstat (limited to 'print')
-rw-r--r--print/cups15/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/print/cups15/Makefile b/print/cups15/Makefile
index dcbbce0d81e..64fded10d01 100644
--- a/print/cups15/Makefile
+++ b/print/cups15/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2015/10/10 17:03:02 richard Exp $
+# $NetBSD: Makefile,v 1.9 2015/10/10 17:05: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:
@@ -73,8 +73,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}
# Explicitly disable epoll on illumos, it is provided for Linux compat only.
CONFIGURE_ENV+= ac_cv_func_epoll_create=no
.endif