diff options
author | agc <agc> | 2002-08-12 16:02:44 +0000 |
---|---|---|
committer | agc <agc> | 2002-08-12 16:02:44 +0000 |
commit | f0fbd029b4e33ab7f5366f6703055c96dab18591 (patch) | |
tree | 67a32f95c8bb96c0a22a7551515eaa481039c436 /mail/bbmail/patches | |
parent | 742f402f49a2e5eb05ce7b3ced118fd35d103238 (diff) | |
download | pkgsrc-f0fbd029b4e33ab7f5366f6703055c96dab18591.tar.gz |
Add a patch so that this package works with xpkgwedge.
Diffstat (limited to 'mail/bbmail/patches')
-rw-r--r-- | mail/bbmail/patches/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
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 \ |