svn commit: r330202 - head/math/ised
Eitan Adler
eadler at FreeBSD.org
Sun Oct 13 03:24:19 UTC 2013
Author: eadler
Date: Sun Oct 13 03:24:18 2013
New Revision: 330202
URL: http://svnweb.freebsd.org/changeset/ports/330202
Log:
Remind myself why USE_GCC is required
Modified:
head/math/ised/Makefile
Modified: head/math/ised/Makefile
==============================================================================
--- head/math/ised/Makefile Sun Oct 13 02:44:28 2013 (r330201)
+++ head/math/ised/Makefile Sun Oct 13 03:24:18 2013 (r330202)
@@ -13,6 +13,7 @@ LICENSE= GPLv3
USE_BZIP2= yes
GNU_CONFIGURE= yes
+# ./base.h:620:14: error: invalid output constraint '=ir' in asm
USE_GCC= yes
PLIST_FILES= bin/${PORTNAME} man/man1/${PORTNAME}.1.gz
More information about the svn-ports-head
mailing list