remove sunpro c++ runtime library hack, as this is handled in the
sunpro-cxx wrapper now.
This commit is contained in:
parent
2649c7e107
commit
606814554a
2 changed files with 2 additions and 14 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.70 2005/06/22 02:31:36 grant Exp $
|
||||
# $NetBSD: Makefile,v 1.71 2005/07/14 00:29:16 grant Exp $
|
||||
|
||||
DISTNAME= tiff-3.7.2
|
||||
PKGREVISION= 1
|
||||
|
@ -22,12 +22,6 @@ CONFIGURE_ARGS+= --enable-rpath
|
|||
CONFIGURE_ARGS+= --enable-cxx
|
||||
CONFIGURE_ARGS+= --with-docdir=${PREFIX}/share/doc/tiff
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
.if !empty(CC_VERSION:MSun)
|
||||
CXXFLAGS+= -lCrun -lCstd
|
||||
.endif
|
||||
|
||||
.include "options.mk"
|
||||
|
||||
.include "../../devel/zlib/buildlink3.mk"
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.9 2005/06/14 23:52:03 jlam Exp $
|
||||
# $NetBSD: Makefile,v 1.10 2005/07/14 00:29:16 grant Exp $
|
||||
#
|
||||
|
||||
DISTNAME= smpeg-0.4.4
|
||||
|
@ -18,12 +18,6 @@ GNU_CONFIGURE= yes
|
|||
USE_LANGUAGES= c c++
|
||||
USE_LIBTOOL= yes
|
||||
|
||||
.include "../../mk/compiler.mk"
|
||||
|
||||
.if !empty(CC_VERSION:MSun)
|
||||
LIBS.SunOS+= -lCrun
|
||||
.endif
|
||||
|
||||
CPPFLAGS+= -Dunix=1
|
||||
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue