blob: 1f254d752c7493154a5ece4c920e4d8a673a6a69 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# $NetBSD: Makefile,v 1.4 2002/02/03 21:27:20 jlam Exp $
PKGNAME= ghostscript-nox11-${GS_VERS}
PKGREVISION= 2
COMMENT= Aladdin Postscript interpreter without X11 drivers
CONFLICTS= ghostscript{,-x11}-[0-9]*
USE_BUILDLINK_ONLY= YES
.include "../../print/ghostscript-nox11/Makefile.common"
.include "../../mk/bsd.pkg.mk"
# arm32 compiler has an optimizer problem
.if ${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "arm32"
CFLAGS+= -O0
.endif
|