diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-03 16:40:58 +0800 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2012-12-03 16:40:58 +0800 |
commit | a49fec43705844b919e7e178951ae24936005366 (patch) | |
tree | 3708c727a2f99a7a7e0f9b22b092b897d2c9b1f7 | |
parent | 06d9219644de0e4c0c168b2ded09da3d1d47faa9 (diff) | |
download | freebsd-ports-gnome-a49fec43705844b919e7e178951ae24936005366.tar.gz freebsd-ports-gnome-a49fec43705844b919e7e178951ae24936005366.tar.zst freebsd-ports-gnome-a49fec43705844b919e7e178951ae24936005366.zip |
- This is too messy to be fixed to build with clang right now.. USE_GCC=any
Feature safe: yes
-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/" |