aboutsummaryrefslogtreecommitdiff
path: root/graphics/Hermes
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2003-06-04 07:32:39 +0000
committerKris Kennaway <kris@FreeBSD.org>2003-06-04 07:32:39 +0000
commitffde7be3754a9d13eab8bd4a6849d9998e4cdce2 (patch)
tree997af90a1e15900269d44c41d0c209f67bede9f0 /graphics/Hermes
parent297b585dfab5702dc7d9401df1fc5ebd9b2da270 (diff)
downloadports-ffde7be3754a9d13eab8bd4a6849d9998e4cdce2.tar.gz
ports-ffde7be3754a9d13eab8bd4a6849d9998e4cdce2.zip
Notes
Diffstat (limited to 'graphics/Hermes')
-rw-r--r--graphics/Hermes/Makefile1
-rw-r--r--graphics/Hermes/files/patch-configure13
2 files changed, 12 insertions, 2 deletions
diff --git a/graphics/Hermes/Makefile b/graphics/Hermes/Makefile
index 451e46059629..90c3dacb4018 100644
--- a/graphics/Hermes/Makefile
+++ b/graphics/Hermes/Makefile
@@ -7,6 +7,7 @@
PORTNAME= Hermes
PORTVERSION= 1.3.2
+PORTREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.clanlib.org/download/files/
diff --git a/graphics/Hermes/files/patch-configure b/graphics/Hermes/files/patch-configure
index 9703106d38d9..41e1331cd7e9 100644
--- a/graphics/Hermes/files/patch-configure
+++ b/graphics/Hermes/files/patch-configure
@@ -1,5 +1,5 @@
---- configure.orig Mon Mar 17 03:36:28 2003
-+++ configure Mon May 12 16:27:09 2003
+--- configure.orig Wed Jun 4 00:25:16 2003
++++ configure Wed Jun 4 00:25:11 2003
@@ -7766,6 +7766,7 @@
# This can be used to rebuild libtool when needed
@@ -8,3 +8,12 @@
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
+@@ -10311,7 +10312,7 @@
+ *(c+0)=1; *(c+1)=2;
+ *(c+2)=3; *(c+3)=4;
+
+- if(tst==0x01020304) return 0;
++ if(tst==0x01020304 || tst==0x0102030400000000) return 0;
+ else
+ return 1;
+ }