diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-07-13 15:35:17 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-07-13 15:35:17 +0000 |
commit | 4b71ae45e981beb77dd45e024de0187d21ec6b03 (patch) | |
tree | 529cac5e6d504f45f2345b6628cafaedd0ffafca /mail/bbmail | |
parent | 2f1bca728ef81a146ebee88c2b16cfae6139381b (diff) | |
download | pkgsrc-4b71ae45e981beb77dd45e024de0187d21ec6b03.tar.gz |
Add -Wl,-R${X11PREFIX}/lib to LDFLAGS to allow non-xpkgwedged systems to find
the right libraries at runtime. Pointed out during Hubert's latest bulkbuild.
Diffstat (limited to 'mail/bbmail')
-rw-r--r-- | mail/bbmail/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/mail/bbmail/Makefile b/mail/bbmail/Makefile index 629bc544c04..10acb6b2587 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2002/06/30 02:07:34 jschauma Exp $ +# $NetBSD: Makefile,v 1.2 2002/07/13 15:35:17 jschauma Exp $ # DISTNAME= bbmail-0.8.2 @@ -10,6 +10,7 @@ HOMEPAGE= http://bbtools.windsofstorm.net/ COMMENT= mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES +LDFLAGS+= -Wl,-R${X11PREFIX}/lib do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/ |