diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-11-01 22:42:58 +0800 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2012-11-01 22:42:58 +0800 |
commit | a9f6c0f42055c287b31c6519d9f8279e19201bed (patch) | |
tree | 82c53cb7656d21deae66b4e934012debf2bd3cf2 /math | |
parent | 1f25cde375bf79a2e6560c049ab26cd091aab256 (diff) | |
download | freebsd-ports-gnome-a9f6c0f42055c287b31c6519d9f8279e19201bed.tar.gz freebsd-ports-gnome-a9f6c0f42055c287b31c6519d9f8279e19201bed.tar.zst freebsd-ports-gnome-a9f6c0f42055c287b31c6519d9f8279e19201bed.zip |
- Fix build with clang [1]
- Trim header
PR: ports/173148 [1]
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer) [1]
Feature safe: yes
Diffstat (limited to 'math')
-rw-r--r-- | math/saga/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/math/saga/Makefile b/math/saga/Makefile index 3b0ee4cc0946..c1a5feb9d699 100644 --- a/math/saga/Makefile +++ b/math/saga/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: saga -# Date created: 13 November 2009 -# Whom: Rainer Hurling <rhurlin@gwdg.de> -# +# Created by: Rainer Hurling <rhurlin@gwdg.de> # $FreeBSD$ -# PORTNAME= saga PORTVERSION= 2.0.8 @@ -28,6 +24,7 @@ LIB_DEPENDS= proj:${PORTSDIR}/graphics/proj \ USE_WX= 2.8 USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_GCC= any USE_AUTOTOOLS= libtool CFLAGS+= -I${LOCALBASE}/include WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |