diff options
author | gavan <gavan> | 2003-11-10 13:23:05 +0000 |
---|---|---|
committer | gavan <gavan> | 2003-11-10 13:23:05 +0000 |
commit | e9cbb813c4a412e68a50125e45fe0047a07bedc1 (patch) | |
tree | 509f1c2f6fc7d913a728201f32ac78e88468cdcb /textproc/stardic | |
parent | b5cb363cf19de497a71bb0a50955caf69975cba9 (diff) | |
download | pkgsrc-e9cbb813c4a412e68a50125e45fe0047a07bedc1.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'textproc/stardic')
-rw-r--r-- | textproc/stardic/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/textproc/stardic/Makefile b/textproc/stardic/Makefile index 2e27f74efed..4792a61abfe 100644 --- a/textproc/stardic/Makefile +++ b/textproc/stardic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/17 22:54:51 grant Exp $ +# $NetBSD: Makefile,v 1.4 2003/11/10 13:23:05 gavan Exp $ DISTNAME= dic PKGNAME= stardic-1.31 @@ -11,6 +11,7 @@ COMMENT= English-Chinese dictionary DIST_SUBDIR= ${PKGNAME} USE_BUILDLINK2= # defined +USE_GCC_SHLIB= # defined USE_X11= # defined MAKEFILE= makefile |