diff options
author | richard <richard@pkgsrc.org> | 2014-05-16 12:27:48 +0000 |
---|---|---|
committer | richard <richard@pkgsrc.org> | 2014-05-16 12:27:48 +0000 |
commit | ff77dbf993a685c01dfe4f2ec0753c87c26c07e5 (patch) | |
tree | cde002b1c35e9b82cc1329c9b84d27a049f9b400 /print/cups | |
parent | f1d85c8abb6df46ff761debc6881bfaf442485e8 (diff) | |
download | pkgsrc-ff77dbf993a685c01dfe4f2ec0753c87c26c07e5.tar.gz |
forced revert re joerg
Diffstat (limited to 'print/cups')
-rw-r--r-- | print/cups/Makefile | 6 |
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 |