From 4b4a04c7c9523f174f9e64c52748ebc6930587e9 Mon Sep 17 00:00:00 2001 From: maho Date: Wed, 6 Jul 2005 02:05:48 +0000 Subject: .else if should be .elif or .elseif Submitted by: joe, kris --- math/sdpara/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'math/sdpara') diff --git a/math/sdpara/Makefile b/math/sdpara/Makefile index 98a63f654fd4..e1d6f073c27d 100644 --- a/math/sdpara/Makefile +++ b/math/sdpara/Makefile @@ -38,7 +38,7 @@ PLIST_SUB+= PORTVERSION="${PORTVERSION}" .if ${ARCH} == "amd64" FFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time CFLAGS+= -pipe -O3 -ffast-math -funroll-all-loops -fpeel-loops -ftracer -funswitch-loops -funit-at-a-time -.else if ${ARCH} == "i386" +.elif ${ARCH} == "i386" FFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boundary=3 CFLAGS+= -O3 -ffast-math -finline-functions -fomit-frame-pointer -funroll-loops -fexpensive-optimizations -malign-double -mcpu=i686 -march=i686 -mfancy-math-387 -mpreferred-stack-boundary=3 .else -- cgit i/'>index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/p5-CAM-PDF
Commit message (Expand)AuthorAgeFilesLines
* - Update to 1.10clsung2007-03-252-4/+4
* - Update to 1.09clsung2007-03-082-13/+6
* - Update to 1.08clsung2006-12-123-20/+21