diff options
author | seb <seb> | 2003-07-07 13:56:27 +0000 |
---|---|---|
committer | seb <seb> | 2003-07-07 13:56:27 +0000 |
commit | 106a7be5cc90f1bf70c040fb727e873c5837ce73 (patch) | |
tree | d9c97b3da8349b639d65ff3adb75691f320676c2 /lang/japhar/Makefile | |
parent | 2faa659bacdc71a80d99b90eb7c6a90758962e59 (diff) | |
download | pkgsrc-106a7be5cc90f1bf70c040fb727e873c5837ce73.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 |