diff options
-rw-r--r-- | news/pan/distinfo | 3 | ||||
-rw-r--r-- | news/pan/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/news/pan/distinfo b/news/pan/distinfo index 7fda605b05d..3e33bb9cd79 100644 --- a/news/pan/distinfo +++ b/news/pan/distinfo @@ -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 --git a/news/pan/patches/patch-aa b/news/pan/patches/patch-aa new file mode 100644 index 00000000000..8b420c7a58e --- /dev/null +++ b/news/pan/patches/patch-aa @@ -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) + |