diff options
author | gavan <gavan> | 2003-11-07 14:59:42 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-07 14:59:42 +0000 |
commit | e8c408217e636b6d82a4f999977cf8d3bb0f9c6c (patch) | |
tree | d4335f13caefc45364a50b84d06c3b4ea771b519 /misc | |
parent | 41efc99ae348c0738735a44ac12bf0ca0966704c (diff) | |
download | pkgsrc-e8c408217e636b6d82a4f999977cf8d3bb0f9c6c.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/bbappconf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/bbappconf/Makefile b/misc/bbappconf/Makefile index ab3dbc931aa..909fbb9919c 100644 --- a/misc/bbappconf/Makefile +++ b/misc/bbappconf/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 21:48:43 grant Exp $ +# $NetBSD: Makefile,v 1.6 2003/11/07 15:30:09 gavan Exp $ # DISTNAME= bbappconf-0.0.2 @@ -12,6 +12,7 @@ COMMENT= Configure the behaviour of an application under Blackbox USE_BUILDLINK2= YES USE_X11BASE= YES +USE_GCC_SHLIB= YES GNU_CONFIGURE= YES post-patch: |