summaryrefslogtreecommitdiff
path: root/print/libcups
diff options
context:
space:
mode:
authorhauke <hauke@pkgsrc.org>2020-08-11 12:40:54 +0000
committerhauke <hauke@pkgsrc.org>2020-08-11 12:40:54 +0000
commit1a6b693bc5cc91430dc16af6b735dbf051aab8bc (patch)
treefa681171eb789ca36e3515ec5b2815562a7ecb1a /print/libcups
parent57edc6817e948ba9a40196b401710373771f2bf2 (diff)
downloadpkgsrc-1a6b693bc5cc91430dc16af6b735dbf051aab8bc.tar.gz
Make sure we build with gnutls on Darwin, too, instead of the native
ssl libraries. The latter does not work well with older (Apple-desupported) Darwin versions.
Diffstat (limited to 'print/libcups')
-rw-r--r--print/libcups/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/print/libcups/Makefile b/print/libcups/Makefile
index 6c617a78e4d..70c7f19c21d 100644
--- a/print/libcups/Makefile
+++ b/print/libcups/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.4 2020/05/26 08:36:56 triaxx Exp $
+# $NetBSD: Makefile,v 1.5 2020/08/11 12:40:54 hauke Exp $
.include "../../print/cups/Makefile.common"
PKGNAME= libcups-${CUPS_VERS}
-PKGREVISION= 3
+PKGREVISION= 4
MASTER_SITES= ${MASTER_SITE_GITHUB:=apple/}
MAINTAINER= sbd@NetBSD.org
@@ -33,6 +33,8 @@ CONFIGURE_ARGS+= --with-serverbindir=${PREFIX}/libexec/cups
CONFIGURE_ARGS+= --with-components=libcups
CONFIGURE_ARGS+= --enable-libpaper
CONFIGURE_ARGS+= --enable-ssl
+CONFIGURE_ARGS+= --enable-gnutls
+CONFIGURE_ARGS+= --disable-cdsassl
CONFIGURE_ARGS+= --with-exe-file-perm=0755
CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q}