diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-22 20:38:12 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2013-08-22 20:38:12 +0800 |
commit | 4140f442a6bef8dd4f8a2ccc2919122279559cc1 (patch) | |
tree | fa8cb9137d49155b7d04c4a4c70c4420df2405c3 /math/drgeo | |
parent | 100c7f1fc23b5b22ac6d9b47fa313feaf7bd2547 (diff) | |
download | freebsd-ports-gnome-4140f442a6bef8dd4f8a2ccc2919122279559cc1.tar.gz freebsd-ports-gnome-4140f442a6bef8dd4f8a2ccc2919122279559cc1.tar.zst freebsd-ports-gnome-4140f442a6bef8dd4f8a2ccc2919122279559cc1.zip |
- Fix build on -CURRENT
Diffstat (limited to 'math/drgeo')
-rw-r--r-- | math/drgeo/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/drgeo/Makefile b/math/drgeo/Makefile index b797b456761f..c197e6409160 100644 --- a/math/drgeo/Makefile +++ b/math/drgeo/Makefile @@ -18,6 +18,7 @@ USE_GMAKE= yes GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +USE_GCC= any # doesn't link otherwise post-patch: @${REINPLACE_CMD} -e 's|#!/bin/bash|#!/bin/sh|g' \ |