diff options
author | marcus <marcus@FreeBSD.org> | 2003-08-11 23:44:41 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-08-11 23:44:41 +0800 |
commit | d7caedfc91ed85b1f9f719802461495eddace0cb (patch) | |
tree | 7856826b26f616a2a28ba274717a7621e85e2f73 /graphics/Hermes/files | |
parent | 8b712c53086a3ec44a944006c2de04c70e67b2fb (diff) | |
download | freebsd-ports-gnome-d7caedfc91ed85b1f9f719802461495eddace0cb.tar.gz freebsd-ports-gnome-d7caedfc91ed85b1f9f719802461495eddace0cb.tar.zst freebsd-ports-gnome-d7caedfc91ed85b1f9f719802461495eddace0cb.zip |
Update to 1.3.3.
PR: 55467
Submitted by: KATO Tsuguru <tkato@prontomail.com>
Diffstat (limited to 'graphics/Hermes/files')
-rw-r--r-- | graphics/Hermes/files/patch-aa | 8 | ||||
-rw-r--r-- | graphics/Hermes/files/patch-configure | 15 |
2 files changed, 7 insertions, 16 deletions
diff --git a/graphics/Hermes/files/patch-aa b/graphics/Hermes/files/patch-aa index 5e2dc10eda9e..249113bd39bb 100644 --- a/graphics/Hermes/files/patch-aa +++ b/graphics/Hermes/files/patch-aa @@ -1,9 +1,9 @@ ---- src/Makefile.in.orig Fri Jul 21 03:38:08 2000 -+++ src/Makefile.in Tue Aug 22 21:50:03 2000 -@@ -406,13 +406,13 @@ +--- src/Makefile.in.orig Mon Jul 7 00:56:57 2003 ++++ src/Makefile.in Sun Aug 10 18:54:05 2003 +@@ -540,13 +540,13 @@ - .S.lo: + .S.o: - gcc -c -o $@ $< + $(CC) -c -o $@ $< cp $@ `echo $@ | sed -e 's/\.lo$$/.o/'` diff --git a/graphics/Hermes/files/patch-configure b/graphics/Hermes/files/patch-configure index 41e1331cd7e9..87e1764cbc92 100644 --- a/graphics/Hermes/files/patch-configure +++ b/graphics/Hermes/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Wed Jun 4 00:25:16 2003 -+++ configure Wed Jun 4 00:25:11 2003 -@@ -7766,6 +7766,7 @@ +--- configure.orig Mon Jul 7 00:56:59 2003 ++++ configure Sun Aug 10 18:45:41 2003 +@@ -7767,6 +7767,7 @@ # This can be used to rebuild libtool when needed LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" @@ -8,12 +8,3 @@ # 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; - } |