Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 22 Aug 2013 12:38:12 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r325190 - head/math/drgeo
Message-ID:  <201308221238.r7MCcCD7071763@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Thu Aug 22 12:38:12 2013
New Revision: 325190
URL: http://svnweb.freebsd.org/changeset/ports/325190

Log:
  - Fix build on -CURRENT

Modified:
  head/math/drgeo/Makefile

Modified: head/math/drgeo/Makefile
==============================================================================
--- head/math/drgeo/Makefile	Thu Aug 22 12:20:07 2013	(r325189)
+++ head/math/drgeo/Makefile	Thu Aug 22 12:38:12 2013	(r325190)
@@ -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' \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201308221238.r7MCcCD7071763>