svn commit: r325190 - head/math/drgeo

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Aug 22 12:38:12 UTC 2013


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' \


More information about the svn-ports-head mailing list