diff options
author | tron <tron> | 2001-10-15 17:14:23 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-15 17:14:23 +0000 |
commit | 11aad23d22239cea00aa292ca50dfada69cc03a5 (patch) | |
tree | 4d8d6a696c19485d05ce9a962ffb74e5f55427d7 /mail | |
parent | 5c81b60ccc355a8ceb736b738a0d28a0b2ade79c (diff) | |
download | pkgsrc-11aad23d22239cea00aa292ca50dfada69cc03a5.tar.gz |
Fix build problem on system where "xpkgwedge" is installed.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/coolmail/distinfo | 4 | ||||
-rw-r--r-- | mail/coolmail/patches/patch-aa | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail/coolmail/distinfo b/mail/coolmail/distinfo index 261a06efc3b..7efc0ce30e8 100644 --- a/mail/coolmail/distinfo +++ b/mail/coolmail/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.2 2001/04/20 13:09:55 agc Exp $ +$NetBSD: distinfo,v 1.3 2001/10/15 17:14:23 tron Exp $ SHA1 (coolmail-1.3.tgz) = 7b8dccf16f575827a595f1025294dfc66f00a6dc Size (coolmail-1.3.tgz) = 26809 bytes -SHA1 (patch-aa) = 69fef20d23ea88ff1f36a3a34709a419c4a40c38 +SHA1 (patch-aa) = 9dfacdab203863d8a1dcaaf916a598e4b2781080 SHA1 (patch-ab) = 35879a8f39e83e47b1598b761adcfa412d6b3104 diff --git a/mail/coolmail/patches/patch-aa b/mail/coolmail/patches/patch-aa index 1091550890c..b649569e37d 100644 --- a/mail/coolmail/patches/patch-aa +++ b/mail/coolmail/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.3 1999/07/07 20:55:53 tron Exp $ +$NetBSD: patch-aa,v 1.4 2001/10/15 17:14:23 tron Exp $ --- Makefile.orig Thu Jan 11 10:55:40 1996 +++ Makefile Thu Jul 16 05:07:04 1998 @@ -8,8 +8,8 @@ $NetBSD: patch-aa,v 1.3 1999/07/07 20:55:53 tron Exp $ -LIB_DIRS = -L/usr/X11R5/lib -BINDIR = /usr/local/bin -MANDIR = /usr/local/man/man1 -+INCLUDES = -I$(PREFIX)/include -+LIB_DIRS = -L$(PREFIX)/lib -Wl,-R$(PREFIX)/lib ++INCLUDES = -I$(X11BASE)/include ++LIB_DIRS = -L$(X11BASE)/lib -Wl,-R$(X11BASE)/lib +BINDIR = $(PREFIX)/bin +MANDIR = $(PREFIX)/man/man1 |