diff options
author | gahr <gahr@FreeBSD.org> | 2012-12-03 16:40:58 +0800 |
---|---|---|
committer | gahr <gahr@FreeBSD.org> | 2012-12-03 16:40:58 +0800 |
commit | 2421c7da46f782235f4bd1e7047eb9cc27e4e1cc (patch) | |
tree | 3708c727a2f99a7a7e0f9b22b092b897d2c9b1f7 /graphics | |
parent | c0f2ea026002c0504375315ad8c45f3ad7af2999 (diff) | |
download | freebsd-ports-gnome-2421c7da46f782235f4bd1e7047eb9cc27e4e1cc.tar.gz freebsd-ports-gnome-2421c7da46f782235f4bd1e7047eb9cc27e4e1cc.tar.zst freebsd-ports-gnome-2421c7da46f782235f4bd1e7047eb9cc27e4e1cc.zip |
- This is too messy to be fixed to build with clang right now.. USE_GCC=any
Feature safe: yes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/nurbs++/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/nurbs++/Makefile b/graphics/nurbs++/Makefile index 82c5a0521c59..15019f71db2a 100644 --- a/graphics/nurbs++/Makefile +++ b/graphics/nurbs++/Makefile @@ -14,6 +14,7 @@ MASTER_SITES= SF/libnurbs/nurbs%2B%2B/nurbs%2B%2B-${PORTVERSION} MAINTAINER= gahr@FreeBSD.org COMMENT= A C++ library for representing curves or surfaces +USE_GCC= any USE_AUTOTOOLS= libtool GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-transform-name="s/x/x/" |