aboutsummaryrefslogtreecommitdiff
path: root/math/gotoblas/files
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-12-31 02:20:48 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-12-31 02:20:48 +0000
commit5bbe18ab5ec13a8f4bc832e3e7764c3aa430ae62 (patch)
tree79e41e793d0852eeafe811a14192eb3d7a0acd58 /math/gotoblas/files
parentfffbb695ea15ae18d170e3e8334f7f579ea5f13b (diff)
downloadports-5bbe18ab5ec13a8f4bc832e3e7764c3aa430ae62.tar.gz
ports-5bbe18ab5ec13a8f4bc832e3e7764c3aa430ae62.zip
Update to 1.20.
Notes
Notes: svn path=/head/; revision=204742
Diffstat (limited to 'math/gotoblas/files')
-rw-r--r--math/gotoblas/files/patch-Makefile.rule12
1 files changed, 12 insertions, 0 deletions
diff --git a/math/gotoblas/files/patch-Makefile.rule b/math/gotoblas/files/patch-Makefile.rule
index 9da5c3b29edc..3038bc67cee2 100644
--- a/math/gotoblas/files/patch-Makefile.rule
+++ b/math/gotoblas/files/patch-Makefile.rule
@@ -101,3 +101,15 @@
endif
LIBSONAME = $(LIBNAME:.a=.so)
+
+--- Makefile.rule~ 2007-12-31 10:14:30.000000000 +0900
++++ Makefile.rule 2007-12-31 10:33:09.000000000 +0900
+@@ -3,7 +3,7 @@
+ #
+
+ # This library's version
+-REVISION = -r1.21
++REVISION = -r1.20
+
+ # Which C compiler do you prefer? Default is gcc.
+ # I recommend you to use GCC because inline assembler is required.