pkgsrc-Changes archive

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

CVS commit: pkgsrc/print/libcups



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Fri Jun 16 23:37:13 UTC 2023

Modified Files:
        pkgsrc/print/libcups: Makefile

Log Message:
libcups: Reset PKGREVISION after cups-base update and enable libtool


To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/print/libcups/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/libcups/Makefile
diff -u pkgsrc/print/libcups/Makefile:1.23 pkgsrc/print/libcups/Makefile:1.24
--- pkgsrc/print/libcups/Makefile:1.23  Wed Apr 19 08:08:40 2023
+++ pkgsrc/print/libcups/Makefile       Fri Jun 16 23:37:13 2023
@@ -1,9 +1,8 @@
-# $NetBSD: Makefile,v 1.23 2023/04/19 08:08:40 adam Exp $
+# $NetBSD: Makefile,v 1.24 2023/06/16 23:37:13 ryoon Exp $
 
 .include "../../print/cups/Makefile.common"
 
 PKGNAME=       libcups-${CUPS_VERS}
-PKGREVISION=   6
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=OpenPrinting/}
 
 MAINTAINER=    sbd%NetBSD.org@localhost
@@ -34,6 +33,7 @@ CONFIGURE_ARGS+=      --with-components=libcu
 CONFIGURE_ARGS+=       --enable-libpaper
 CONFIGURE_ARGS+=       --with-exe-file-perm=0755
 CONFIGURE_ARGS+=       --with-tls=gnutls
+CONFIGURE_ARGS+=       --enable-libtool_unsupported=${LIBTOOL}
 
 CONFIGURE_ENV+=                DSOFLAGS=${LDFLAGS:M*:Q}
 



Home | Main Index | Thread Index | Old Index