pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/cups-base



Module Name:    pkgsrc
Committed By:   maya
Date:           Sat May  9 12:15:58 UTC 2020

Modified Files:
        pkgsrc/print/cups-base: Makefile

Log Message:
cups-base: don't pass --disable-gssapi

options.mk already handles enabling/disabling this.


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/print/cups-base/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/print/cups-base/Makefile
diff -u pkgsrc/print/cups-base/Makefile:1.31 pkgsrc/print/cups-base/Makefile:1.32
--- pkgsrc/print/cups-base/Makefile:1.31        Sat May  2 11:47:16 2020
+++ pkgsrc/print/cups-base/Makefile     Sat May  9 12:15:58 2020
@@ -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+=      --enable-ssl
 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