diff options
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/Hermes/Makefile | 1 | ||||
-rw-r--r-- | graphics/Hermes/files/patch-configure | 13 |
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; + } |