diff options
author | salo <salo@pkgsrc.org> | 2004-07-24 19:05:37 +0000 |
---|---|---|
committer | salo <salo@pkgsrc.org> | 2004-07-24 19:05:37 +0000 |
commit | d2131ec3083bcb6b8b63fad81d933e1d7315514b (patch) | |
tree | 1c6d3917f0b8e3300227fba878c74d8a00360c6b /textproc/aspell/Makefile | |
parent | c135417273d19b1a806ef9487bb8a4de20e70d2a (diff) | |
download | pkgsrc-d2131ec3083bcb6b8b63fad81d933e1d7315514b.tar.gz |
Make it compile with SunPro C++
Diffstat (limited to 'textproc/aspell/Makefile')
-rw-r--r-- | textproc/aspell/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index a03e8f07d63..0f602f1ef62 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/02/23 21:58:56 snj Exp $ +# $NetBSD: Makefile,v 1.22 2004/07/24 19:05:37 salo Exp $ # DISTNAME= aspell-0.50.5 @@ -23,6 +23,13 @@ CONFIGURE_ARGS+= --enable-curses=ncurses REPLACE_PERL= scripts/aspell-import +.include "../../mk/compiler.mk" + +pre-patch: +.if !empty(PKGSRC_COMPILER:Msunpro) + @cd ${WRKSRC} && ${PATCH} -p1 -s < suncc/aspell-0.50.4.1-suncc.diff +.endif + # Create directory for dictionaries. # post-install: |