From 5e8cdc1562c31e2cefe5260bb10aa946f8e85b0e Mon Sep 17 00:00:00 2001 From: hrs Date: Tue, 19 Apr 2005 13:32:02 +0000 Subject: Remove -funroll-loops from CFLAGS silently because dvipsk-tetex is not compatible with this option on 5.x. Problem reported by: many --- print/dvipsk-tetex/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'print') diff --git a/print/dvipsk-tetex/Makefile b/print/dvipsk-tetex/Makefile index 94be636ede51..21c1cfb19cb4 100644 --- a/print/dvipsk-tetex/Makefile +++ b/print/dvipsk-tetex/Makefile @@ -92,6 +92,9 @@ PKGINSTALL_SUB= PAPERSIZE=${PAPERSIZE} \ TEXCONFIGBIN=${TEXCONFIGBIN} \ LOCALBASE=${LOCALBASE} +# dvipsk is not compatible with -funroll-loops on 5.x +CFLAGS:= ${CFLAGS:N-funroll-loops} + pre-build: ${SED} ${PKGINSTALL_SUB:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \ < ${FILESDIR}/pkg-install.in > ${PKGINSTALL} -- cgit