pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/textproc/libpathan Honor CFLAGS and CXXFLAGS. This ma...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5c551d2f0449
branches:  trunk
changeset: 486770:5c551d2f0449
user:      minskim <minskim%pkgsrc.org@localhost>
date:      Mon Jan 03 00:37:42 2005 +0000

description:
Honor CFLAGS and CXXFLAGS.  This makes the package build with pkgviews
enabled.

diffstat:

 textproc/libpathan/distinfo         |   3 ++-
 textproc/libpathan/patches/patch-ac |  15 +++++++++++++++
 2 files changed, 17 insertions(+), 1 deletions(-)

diffs (31 lines):

diff -r 6854b50e991f -r 5c551d2f0449 textproc/libpathan/distinfo
--- a/textproc/libpathan/distinfo       Mon Jan 03 00:00:21 2005 +0000
+++ b/textproc/libpathan/distinfo       Mon Jan 03 00:37:42 2005 +0000
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/02/12 02:41:18 minskim Exp $
+$NetBSD: distinfo,v 1.2 2005/01/03 00:37:42 minskim Exp $
 
 SHA1 (libpathan-1.2-2-src.tar.gz) = 7354de9e5ffd192366b498ee99103899b0995247
 Size (libpathan-1.2-2-src.tar.gz) = 547460 bytes
 SHA1 (patch-aa) = 43656156022b24ece265b161703c3f7fc9dfa90f
 SHA1 (patch-ab) = 5c0e91f5ce235ed12cacff207dc56097082000d4
+SHA1 (patch-ac) = 75afff02ce378b05d09aaa9de779134ac1a5ca3a
diff -r 6854b50e991f -r 5c551d2f0449 textproc/libpathan/patches/patch-ac
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/textproc/libpathan/patches/patch-ac       Mon Jan 03 00:37:42 2005 +0000
@@ -0,0 +1,15 @@
+$NetBSD: patch-ac,v 1.1 2005/01/03 00:37:42 minskim Exp $
+
+--- Makefile.defs.in.orig      2003-08-28 08:11:46.000000000 -0500
++++ Makefile.defs.in
+@@ -15,8 +15,8 @@ SED      = @sed@
+ 
+ ###### Options
+ 
+-CFLAGS      = @CFLAGS@
+-CXXFLAGS    = @CXXFLAGS@
++CFLAGS      += @CFLAGS@
++CXXFLAGS    += @CXXFLAGS@
+ DEFINES     = -D@system_type@
+ PLATFORM    = @platform@
+ GXX         = @gxx@



Home | Main Index | Thread Index | Old Index