diff options
author | agc <agc@pkgsrc.org> | 2002-08-12 16:02:44 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2002-08-12 16:02:44 +0000 |
commit | f2ab604bce433684e79a392d655e570546ade645 (patch) | |
tree | 67a32f95c8bb96c0a22a7551515eaa481039c436 /mail | |
parent | 9ddc0ee2a999b24c1b7606a7331d0aaf32cac62b (diff) | |
download | pkgsrc-f2ab604bce433684e79a392d655e570546ade645.tar.gz |
Add a patch so that this package works with xpkgwedge.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/bbmail/distinfo | 3 | ||||
-rw-r--r-- | mail/bbmail/patches/patch-aa | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/mail/bbmail/distinfo b/mail/bbmail/distinfo index 78213657f05..1f91394fbb9 100644 --- a/mail/bbmail/distinfo +++ b/mail/bbmail/distinfo @@ -1,4 +1,5 @@ -$NetBSD: distinfo,v 1.2 2002/06/30 02:12:10 jschauma Exp $ +$NetBSD: distinfo,v 1.3 2002/08/12 16:02:44 agc Exp $ SHA1 (bbmail-0.8.2.tar.gz) = 27e711b58a7faf5732d3b88c0613401f693e54e5 Size (bbmail-0.8.2.tar.gz) = 107662 bytes +SHA1 (patch-aa) = 70539174530e034ced8840ccc2120146fc4f5b4c diff --git a/mail/bbmail/patches/patch-aa b/mail/bbmail/patches/patch-aa new file mode 100644 index 00000000000..8efaab126cc --- /dev/null +++ b/mail/bbmail/patches/patch-aa @@ -0,0 +1,13 @@ +$NetBSD: patch-aa,v 1.1 2002/08/12 16:02:45 agc Exp $ + +--- Makefile.in 2002/08/12 15:32:50 1.1 ++++ Makefile.in 2002/08/12 15:34:06 +@@ -117,7 +117,7 @@ + + DEFS = @DEFS@ + DEFAULT_INCLUDES = -I. -I$(srcdir) +-LDFLAGS = @LDFLAGS@ ++LDFLAGS = @LDFLAGS@ -Wl,-R${X11BASE}/lib + LIBS = @LIBS@ + depcomp = $(SHELL) $(top_srcdir)/depcomp + @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/BaseDisplay.Po $(DEPDIR)/Basemenu.Po \ |