diff options
author | seb <seb@pkgsrc.org> | 2003-07-07 13:56:27 +0000 |
---|---|---|
committer | seb <seb@pkgsrc.org> | 2003-07-07 13:56:27 +0000 |
commit | 46b0c6fbee7f0a1615e3bb29f9eebfd578e38888 (patch) | |
tree | d9c97b3da8349b639d65ff3adb75691f320676c2 /lang/japhar/Makefile | |
parent | 7c126a0b80ba68dee2b15594874411053d28902a (diff) | |
download | pkgsrc-46b0c6fbee7f0a1615e3bb29f9eebfd578e38888.tar.gz |
Mark with USE_GCC_SHLIB (for libstdc++) and let (via patch files)
LDFLAGS flowing to japhar's link command.
At least fix build on Solaris9.
Diffstat (limited to 'lang/japhar/Makefile')
-rw-r--r-- | lang/japhar/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/japhar/Makefile b/lang/japhar/Makefile index deecd6d3f66..8f21625e111 100644 --- a/lang/japhar/Makefile +++ b/lang/japhar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/07 13:42:37 seb Exp $ +# $NetBSD: Makefile,v 1.9 2003/07/07 13:56:27 seb Exp $ # DISTNAME= japhar-0.08 @@ -14,6 +14,7 @@ ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_GMAKE= yes +USE_GCC_SHLIB= yes LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig USE_NEW_TEXINFO= YES |