pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: pkgsrc/print/cups
On Fri, Sep 16, 2011 at 10:47:04AM -0400, Christos Zoulas wrote:
> It complained about gnutls/gnutls.h and gcrypt.h. I am too running current.
Ok, so I guess you had these packages already installed and configure
found it.
Does the attached patch (and removing the lines you added) also fix
the issue?
Thomas
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/cups/Makefile,v
retrieving revision 1.178
diff -u -r1.178 Makefile
--- Makefile 28 Aug 2011 07:22:12 -0000 1.178
+++ Makefile 16 Sep 2011 23:36:36 -0000
@@ -63,6 +63,8 @@
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}
Home |
Main Index |
Thread Index |
Old Index