diff options
author | jadawin <jadawin@FreeBSD.org> | 2010-07-28 15:08:31 +0800 |
---|---|---|
committer | jadawin <jadawin@FreeBSD.org> | 2010-07-28 15:08:31 +0800 |
commit | 61ce66b103434c0492e3b8b95fb785f325d7a7f0 (patch) | |
tree | 263ea6c214e51279a856c5d71bb379908f7ff425 /graphics | |
parent | 2dd9fa107364e11811cea284fbc0220a37f50202 (diff) | |
download | freebsd-ports-gnome-61ce66b103434c0492e3b8b95fb785f325d7a7f0.tar.gz freebsd-ports-gnome-61ce66b103434c0492e3b8b95fb785f325d7a7f0.tar.zst freebsd-ports-gnome-61ce66b103434c0492e3b8b95fb785f325d7a7f0.zip |
- Fix build on 6.x on amd64
PR: ports/148964
Submitted by: Andras Horvath <han _AT_ log69.com> (maintainer)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/aaphoto/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/aaphoto/Makefile b/graphics/aaphoto/Makefile index 353eca4dbd7b..056001b106a2 100644 --- a/graphics/aaphoto/Makefile +++ b/graphics/aaphoto/Makefile @@ -33,7 +33,7 @@ PORTDOCS= AUTHORS ChangeLog COPYING COPYRIGHT INSTALL LICENSE \ .include <bsd.port.pre.mk> -.if ${ARCH} == "amd64" || ${ARCH} == "i386" && ${OSVERSION} >= 700000 +.if (${ARCH} == "amd64" || ${ARCH} == "i386") && ${OSVERSION} >= 700000 CFLAGS+= -fopenmp -D__OPENMP__ .endif |