Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/cups-base cups-base: don't pass --disable-gssapi



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6c7421aa6d26
branches:  trunk
changeset: 431101:6c7421aa6d26
user:      maya <maya%pkgsrc.org@localhost>
date:      Sat May 09 12:15:58 2020 +0000

description:
cups-base: don't pass --disable-gssapi

options.mk already handles enabling/disabling this.

diffstat:

 print/cups-base/Makefile |  3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diffs (17 lines):

diff -r 8786fd235832 -r 6c7421aa6d26 print/cups-base/Makefile
--- a/print/cups-base/Makefile  Sat May 09 11:08:37 2020 +0000
+++ b/print/cups-base/Makefile  Sat May 09 12:15:58 2020 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.31 2020/05/02 11:47:16 leot Exp $
+# $NetBSD: Makefile,v 1.32 2020/05/09 12:15:58 maya Exp $
 
 .include "../../print/cups/Makefile.common"
 
@@ -39,7 +39,6 @@
 CONFIGURE_ARGS+=       --without-bundledir
 CONFIGURE_ARGS+=       --without-icondir
 CONFIGURE_ARGS+=       --without-menudir
-CONFIGURE_ARGS+=       --disable-gssapi
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 



Home | Main Index | Thread Index | Old Index