diff options
author | gavan <gavan@pkgsrc.org> | 2003-11-07 16:20:26 +0000 |
---|---|---|
committer | gavan <gavan@pkgsrc.org> | 2003-11-07 16:20:26 +0000 |
commit | 61ac4c2263c89bba99f82c3c98f67f7110a12de2 (patch) | |
tree | 7f36d7b6cc5e352269bda52ab7a999e39884362c /print/teTeX-bin | |
parent | a89e242137d6ab7b17166db81422ab7d3cf13063 (diff) | |
download | pkgsrc-61ac4c2263c89bba99f82c3c98f67f7110a12de2.tar.gz |
Set USE_GCC_SHLIB. Fixes linking on Solaris.
Diffstat (limited to 'print/teTeX-bin')
-rw-r--r-- | print/teTeX-bin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/print/teTeX-bin/Makefile b/print/teTeX-bin/Makefile index 6f7e55034c3..e1076323a4e 100644 --- a/print/teTeX-bin/Makefile +++ b/print/teTeX-bin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2003/10/10 15:02:57 danw Exp $ +# $NetBSD: Makefile,v 1.50 2003/11/07 16:20:26 gavan Exp $ DISTNAME= teTeX-src-1.0.7 PKGNAME= teTeX-bin-1.0.7 @@ -23,6 +23,7 @@ INSTALL_TARGET= install strip USE_BUILDLINK2= yes USE_PKGINSTALL= yes +USE_GCC_SHLIB= yes USE_GMAKE= yes USE_X11= yes CFLAGS+= -Dunix |