summaryrefslogtreecommitdiff
path: root/time/bbdate
diff options
context:
space:
mode:
authorgavan <gavan@pkgsrc.org>2003-11-10 13:35:41 +0000
committergavan <gavan@pkgsrc.org>2003-11-10 13:35:41 +0000
commit172875a44c97562c29f607211cd251e35526271d (patch)
tree398d369032ec24b51f6cd0afd06ffbace3b0a862 /time/bbdate
parente97d54fcc3ceaf3d39d507c0c1090594ab468cc4 (diff)
downloadpkgsrc-172875a44c97562c29f607211cd251e35526271d.tar.gz
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'time/bbdate')
-rw-r--r--time/bbdate/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/time/bbdate/Makefile b/time/bbdate/Makefile
index 902e82630ea..c8319c24802 100644
--- a/time/bbdate/Makefile
+++ b/time/bbdate/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2003/07/18 15:53:14 jschauma Exp $
+# $NetBSD: Makefile,v 1.2 2003/11/10 13:35:41 gavan Exp $
#
DISTNAME= bbdate-0.2.4
@@ -11,5 +11,6 @@ COMMENT= Display the current date
GNU_CONFIGURE= YES
USE_X11= YES
+USE_GCC_SHLIB= YES
.include "../../mk/bsd.pkg.mk"