pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/news/pan Use the c++ front-end to link against c++ lib...
details: https://anonhg.NetBSD.org/pkgsrc/rev/e9cdbfd43129
branches: trunk
changeset: 463512:e9cdbfd43129
user: fredb <fredb%pkgsrc.org@localhost>
date: Fri Nov 14 14:48:26 2003 +0000
description:
Use the c++ front-end to link against c++ libs, so that this'll compile
and run on NetBSD-current, at least.
diffstat:
news/pan/distinfo | 3 ++-
news/pan/patches/patch-aa | 13 +++++++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
diffs (27 lines):
diff -r 70f5d9c7ce2e -r e9cdbfd43129 news/pan/distinfo
--- a/news/pan/distinfo Fri Nov 14 13:36:21 2003 +0000
+++ b/news/pan/distinfo Fri Nov 14 14:48:26 2003 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.13 2003/09/04 10:07:34 chris Exp $
+$NetBSD: distinfo,v 1.14 2003/11/14 14:48:26 fredb Exp $
SHA1 (pan-0.14.2.tar.bz2) = 39c0128906d389524e24d55691e017cf509516a0
Size (pan-0.14.2.tar.bz2) = 1834784 bytes
+SHA1 (patch-aa) = bfa992f0ad8f2dfcfd1bb9c848ff774bc5cec2b6
diff -r 70f5d9c7ce2e -r e9cdbfd43129 news/pan/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/news/pan/patches/patch-aa Fri Nov 14 14:48:26 2003 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.10 2003/11/14 14:48:26 fredb Exp $
+
+--- pan/Makefile.in.orig 2003-08-31 11:47:44.000000000 -0500
++++ pan/Makefile.in
+@@ -299,7 +299,7 @@ $(top_builddir)/gmime/libgmime.a
+ pan_LDFLAGS =
+ CFLAGS = @CFLAGS@
+ COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
+-CCLD = $(CC)
++CCLD = $(CXX)
+ LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
+ HEADERS = $(noinst_HEADERS)
+
Home |
Main Index |
Thread Index |
Old Index