diff options
author | rene <rene@FreeBSD.org> | 2012-12-04 19:07:13 +0800 |
---|---|---|
committer | rene <rene@FreeBSD.org> | 2012-12-04 19:07:13 +0800 |
commit | fe6c8888034cfd91e4345173cb5522e3d46b5e2e (patch) | |
tree | bb7fe01c7d41db8fc24b112773622aa359c91459 /astro | |
parent | 3a008a43eed3c1c0439f6b307ef53672aead14c9 (diff) | |
download | freebsd-ports-gnome-fe6c8888034cfd91e4345173cb5522e3d46b5e2e.tar.gz freebsd-ports-gnome-fe6c8888034cfd91e4345173cb5522e3d46b5e2e.tar.zst freebsd-ports-gnome-fe6c8888034cfd91e4345173cb5522e3d46b5e2e.zip |
Fix build on HEAD, this port uses GCC-specific vector code.
Feature safe: yes
Diffstat (limited to 'astro')
-rw-r--r-- | astro/boinc-setiathome-enhanced/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astro/boinc-setiathome-enhanced/Makefile b/astro/boinc-setiathome-enhanced/Makefile index 3cc376ee383e..3fe98c5f2a56 100644 --- a/astro/boinc-setiathome-enhanced/Makefile +++ b/astro/boinc-setiathome-enhanced/Makefile @@ -23,6 +23,7 @@ USE_AUTOTOOLS= autoconf:env automake:env GNU_CONFIGURE= yes USE_GMAKE= yes USE_PKGCONFIG= build +USE_GCC= any CFLAGS+= -O2 -I${LOCALBASE}/include/boinc -I${LOCALBASE}/include \ -L${LOCALBASE}/lib |