svn commit: r306806 - head/math/saga

Bryan Drewery bdrewery at FreeBSD.org
Thu Nov 1 14:42:59 UTC 2012


Author: bdrewery
Date: Thu Nov  1 14:42:58 2012
New Revision: 306806
URL: http://svn.freebsd.org/changeset/ports/306806

Log:
  - Fix build with clang [1]
  - Trim header
  
  PR:		ports/173148 [1]
  Submitted by:	Rainer Hurling <rhurlin at gwdg.de> (maintainer) [1]
  Feature safe:	yes

Modified:
  head/math/saga/Makefile

Modified: head/math/saga/Makefile
==============================================================================
--- head/math/saga/Makefile	Thu Nov  1 14:42:07 2012	(r306805)
+++ head/math/saga/Makefile	Thu Nov  1 14:42:58 2012	(r306806)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:   saga
-# Date created:        13 November 2009
-# Whom:                Rainer Hurling <rhurlin at gwdg.de>
-#
+# Created by: Rainer Hurling <rhurlin at gwdg.de>
 # $FreeBSD$
-#
 
 PORTNAME=	saga
 PORTVERSION=	2.0.8
@@ -28,6 +24,7 @@ LIB_DEPENDS=	proj:${PORTSDIR}/graphics/p
 USE_WX=		2.8
 USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
+USE_GCC=	any
 USE_AUTOTOOLS=	libtool
 CFLAGS+=	-I${LOCALBASE}/include
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}


More information about the svn-ports-all mailing list