diff options
author | gavan <gavan> | 2003-11-10 13:35:41 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-10 13:35:41 +0000 |
commit | 086fd8502365931c3a3b4c407b3fa59297fb976d (patch) | |
tree | 398d369032ec24b51f6cd0afd06ffbace3b0a862 | |
parent | e9cbb813c4a412e68a50125e45fe0047a07bedc1 (diff) | |
download | pkgsrc-086fd8502365931c3a3b4c407b3fa59297fb976d.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
-rw-r--r-- | time/bbdate/Makefile | 3 |
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" |