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 | e75fe4866a09fa0782e92d03827751af6fb52683 (patch) | |
tree | 7f36d7b6cc5e352269bda52ab7a999e39884362c /print/teTeX-bin | |
parent | d50b33ce660340f27eeb7f12c512a1fbdc8c3166 (diff) | |
download | pkgsrc-e75fe4866a09fa0782e92d03827751af6fb52683.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 |