aboutsummaryrefslogtreecommitdiff
path: root/print
diff options
context:
space:
mode:
authorHiroki Sato <hrs@FreeBSD.org>2005-04-19 13:32:02 +0000
committerHiroki Sato <hrs@FreeBSD.org>2005-04-19 13:32:02 +0000
commit9b918cd056ea6bc2526b413d4009c14b5bd75edf (patch)
treecc1df1f16caa1fe48830ad8f5eb69abc6c8aedb3 /print
parent0ff8043321450fd5bed012852ce84cb6e02db2c1 (diff)
downloadports-9b918cd056ea6bc2526b413d4009c14b5bd75edf.tar.gz
ports-9b918cd056ea6bc2526b413d4009c14b5bd75edf.zip
Notes
Diffstat (limited to 'print')
-rw-r--r--print/dvipsk-tetex/Makefile3
1 files changed, 3 insertions, 0 deletions
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}