pkgsrc/lang/jikes/Makefile
grant 712c21283a s/USE_CXX/USE_GCC_SHLIB/ - there are more shared libraries than just
libstdc++ in gcc3.

when defined, USE_GCC_SHLIB ensures that the correct rpath is passed
to the linker, and a full dependency on the compiler package is
registered.

packages which define USE_GCC_SHLIB should not include
mk/gcc.buildlink2.mk (or gcc{,3}/buildlink2.mk) as it is handled
automatically.
2003-05-29 23:14:07 +00:00

22 lines
570 B
Makefile

# $NetBSD: Makefile,v 1.15 2003/05/29 23:14:09 grant Exp $
#
DISTNAME= jikes-1.18
CATEGORIES= lang
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/1.18/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www10.software.ibm.com/developerworks/opensource/jikes/
COMMENT= Java source to byte-code compiler
ONLY_FOR_PLATFORM= NetBSD-*-* SunOS-*-* Linux-*-*
USE_BUILDLINK2= yes
GNU_CONFIGURE= yes
USE_GCC_SHLIB= yes
UNLIMIT_RESOURCES= datasize
USE_GMAKE= # uses multi-line comments with \ (naughty hack!)
.include "../../mk/bsd.pkg.mk"