diff options
author | wiz <wiz@pkgsrc.org> | 2011-09-17 14:12:11 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2011-09-17 14:12:11 +0000 |
commit | f66bb36452db28224306697af190310e608790d1 (patch) | |
tree | 9cceccd8f6a9086769c82645962b641148e61066 /print/cups | |
parent | e08ffe51470a4f57e3fe840c9b5b278ec2657868 (diff) | |
download | pkgsrc-f66bb36452db28224306697af190310e608790d1.tar.gz |
Revert previous and disable automatic gssapi/gnutls detection instead.
Confirmed to fix the issue by christos.
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 64d48cabf47..acbf69e7584 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.179 2011/09/16 13:44:44 christos Exp $ +# $NetBSD: Makefile,v 1.180 2011/09/17 14:12:11 wiz 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: @@ -63,6 +63,8 @@ CONFIGURE_ARGS+= --without-perl CONFIGURE_ARGS+= --without-php CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --without-java +CONFIGURE_ARGS+= --disable-gssapi +CONFIGURE_ARGS+= --disable-gnutls CONFIGURE_ENV+= DSOFLAGS=${LDFLAGS:M*:Q} @@ -126,8 +128,6 @@ OWN_DIRS_PERMS+= ${CUPS_CACHE}/rss ${REAL_ROOT_USER} ${CUPS_GROUP} 0775 .include "../../graphics/png/buildlink3.mk" .include "../../graphics/tiff/buildlink3.mk" .include "../../security/openssl/buildlink3.mk" -.include "../../security/gnutls/buildlink3.mk" -.include "../../security/libgcrypt/buildlink3.mk" SUBST_CLASSES+= paths SUBST_FILES.paths= ${WRKDIR}/cups.pam |