aboutsummaryrefslogtreecommitdiffstats
path: root/biology/migrate/files
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2004-06-30 14:55:56 +0800
committerlinimon <linimon@FreeBSD.org>2004-06-30 14:55:56 +0800
commit5718a6d6cc7efc59c0b7990da221e13312bd4308 (patch)
treed4a2bf4d19d72667fc3c6b74606b20b23a4e4571 /biology/migrate/files
parent61fe1e7e9ad3bf20b0161069c59a30d6307b2968 (diff)
downloadfreebsd-ports-gnome-5718a6d6cc7efc59c0b7990da221e13312bd4308.tar.gz
freebsd-ports-gnome-5718a6d6cc7efc59c0b7990da221e13312bd4308.tar.zst
freebsd-ports-gnome-5718a6d6cc7efc59c0b7990da221e13312bd4308.zip
Update to 1.7.6.1.
PR: ports/67429 Submitted by: Roman Neuhauser <neuhauser at chello dot cz> Approved by: maintainer timeout (4 weeks)
Diffstat (limited to 'biology/migrate/files')
-rw-r--r--biology/migrate/files/patch-Makefile.in11
1 files changed, 11 insertions, 0 deletions
diff --git a/biology/migrate/files/patch-Makefile.in b/biology/migrate/files/patch-Makefile.in
new file mode 100644
index 000000000000..2ab398e6810a
--- /dev/null
+++ b/biology/migrate/files/patch-Makefile.in
@@ -0,0 +1,11 @@
+--- Makefile.in.orig Mon May 10 15:58:32 2004
++++ Makefile.in Tue Jun 1 01:44:25 2004
+@@ -39,7 +39,7 @@
+ COMMONFLAGS = -DHIGHBITS -DHAVE_CONFIG_H -DHAVE_MALLOCWRAP -DNEWSTYLE
+ #COMMONFLAGS = -DHIGHBITS -DHAVE_CONFIG_H -DHAVE_MALLOCWRAP -DNEWSTYLE -DMERSENNE_TWISTER
+ COMMONVFLAGS = $(COMMONFLAGS)
+-CFLAGS = @CFLAGS@ $(COMMONVFLAGS) -DMIGRATEVERSION=\"\\\" $(MIGRATEVERSION)\\\"\"
++CFLAGS += @CFLAGS@ $(COMMONVFLAGS) -DMIGRATEVERSION=\"\\\" $(MIGRATEVERSION)\\\"\"
+ # IBM PowerPC compiler on macosx needs also CC=xlc
+ #CFLAGS = -O3 -Q -qunroll -qalloca -qhot -qipa -qthreaded -Dpowerpc $(COMMONVFLAGS) -DMIGRATEVERSION=\"\\\" $(MIGRATEVERSION)\\\"\"
+ THREADCFLAGS= @THREADCFLAGS@