diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-07 14:59:42 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-07 14:59:42 +0000 |
commit | d50b33ce660340f27eeb7f12c512a1fbdc8c3166 (patch) | |
tree | d4335f13caefc45364a50b84d06c3b4ea771b519 /mail/bbmail | |
parent | 3cdf51cc4d290f50b2d0a6553d420fcfe5d334eb (diff) | |
download | pkgsrc-d50b33ce660340f27eeb7f12c512a1fbdc8c3166.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
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 97ea9c62d10..8fb5eadc03a 100644 --- a/mail/bbmail/Makefile +++ b/mail/bbmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/21 16:56:42 martti Exp $ +# $NetBSD: Makefile,v 1.7 2003/11/07 14:59:42 gavan Exp $ # DISTNAME= bbmail-0.8.3 @@ -11,6 +11,7 @@ COMMENT= Mailbox monitor (not only) for the blackbox windowmanager GNU_CONFIGURE= YES USE_X11= YES +USE_GCC_SHLIB= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/bbmail ${PREFIX}/bin/ |