diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-10 13:23:05 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-10 13:23:05 +0000 |
commit | e97d54fcc3ceaf3d39d507c0c1090594ab468cc4 (patch) | |
tree | 509f1c2f6fc7d913a728201f32ac78e88468cdcb | |
parent | 280ee203cd5d7fb9afcfe0396a7b83b5b75646f9 (diff) | |
download | pkgsrc-e97d54fcc3ceaf3d39d507c0c1090594ab468cc4.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
-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 |