diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-09 19:57:54 +0000 |
commit | 5102688caedb713d287a68d05fde0c7252cb8235 (patch) | |
tree | b1c447fbc275d3fde6e9f42268206401b0eec8dc /textproc | |
parent | 189496e8a5623f9aed4fca63d910b58b4a78954e (diff) | |
download | pkgsrc-5102688caedb713d287a68d05fde0c7252cb8235.tar.gz |
USE_GCC[23], USE_SUNPRO, and USE_MIPSPRO are all deprecated.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/sablotron/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/textproc/sablotron/Makefile b/textproc/sablotron/Makefile index 0a1b3c41dfd..badb830ace1 100644 --- a/textproc/sablotron/Makefile +++ b/textproc/sablotron/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/01/25 15:29:51 kristerw Exp $ +# $NetBSD: Makefile,v 1.24 2004/02/09 19:57:55 jlam Exp $ DISTNAME= Sablot-1.0.1 PKGNAME= ${DISTNAME:S/Sablot/sablotron/} @@ -30,7 +30,7 @@ LIBS+= ${_BLNK_ICONV_LDFLAGS} # SunPro needs libCrun and libm. # # XXX any extra libs needed on IRIX? -.if defined(USE_SUNPRO) +.if !empty(PKGSRC_COMPILER:Msunpro) LIBS+= -lCrun -lm .elif !empty(CC_VERSION:Mgcc-2*) LIBS+= -lstdc++ -lm |