pkgsrc-Users archive

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

[PATCH] print/cups cannot be bin-installed



I'm reposting this patch since it can be too easilly passed by in the previous
thread.

CUPS seems to have had it's configure script changed a bit. --with-localedir is
no longer valid, but --localedir works.
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/print/cups/Makefile,v
retrieving revision 1.131
diff -u -p -r1.131 Makefile
--- Makefile    22 Jan 2008 23:58:13 -0000      1.131
+++ Makefile    24 Feb 2008 14:52:05 -0000
@@ -40,7 +40,7 @@ INSTALL_TARGET=               installcups
 AUTOCONF_REQD=         2.60
 
 GNU_CONFIGURE=         yes
-CONFIGURE_ARGS+=       --with-localedir=${PREFIX}/${PKGLOCALEDIR}/locale
+CONFIGURE_ARGS+=       --localedir=${PREFIX}/${PKGLOCALEDIR}/locale
 CONFIGURE_ARGS+=       --sysconfdir=${PKG_SYSCONFBASEDIR:Q}
 CONFIGURE_ARGS+=       --localstatedir=${VARBASE:Q}
 CONFIGURE_ARGS+=       --with-cachedir=${VARBASE:Q}/cache/cups



Home | Main Index | Thread Index | Old Index