diff options
Diffstat (limited to 'print/cups/patches/patch-ae')
-rw-r--r-- | print/cups/patches/patch-ae | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/print/cups/patches/patch-ae b/print/cups/patches/patch-ae index 04f4388fcc4..b2c58211404 100644 --- a/print/cups/patches/patch-ae +++ b/print/cups/patches/patch-ae @@ -1,4 +1,9 @@ -$NetBSD: patch-ae,v 1.24 2009/09/08 19:02:11 joerg Exp $ +$NetBSD: patch-ae,v 1.25 2010/05/20 08:06:44 sbd Exp $ + +For proper libtool usage split CC into CC_COMPILE and CC with libtool +mode options compile/link respectively. + +Same for CXX. --- Makedefs.in.orig 2009-09-07 18:00:35.000000000 +0200 +++ Makedefs.in |