summaryrefslogtreecommitdiff
path: root/math/goblin/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-09 19:23:41 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-10-09 19:23:41 +0000
commit1b462cf3635f28ca81482ee1d87a32c7a26e1799 (patch)
treebcf165968939e855a2fec4bc22704bb808a934cb /math/goblin/files
parent- Fix MASTER_SITES, as far as author (again) changed it's location; (diff)
upgrade to 2.5
PR: 43868 Submitted by: Ulrich Spoerlein <q@uni.de>
Notes
Notes: svn path=/head/; revision=67708
Diffstat (limited to 'math/goblin/files')
-rw-r--r--math/goblin/files/patch-Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/math/goblin/files/patch-Makefile b/math/goblin/files/patch-Makefile
index 3d186f2e83e0..7e201742f88f 100644
--- a/math/goblin/files/patch-Makefile
+++ b/math/goblin/files/patch-Makefile
@@ -1,16 +1,16 @@
---- Makefile.orig Sat Feb 23 07:24:08 2002
-+++ Makefile Sun Mar 3 16:48:58 2002
+--- Makefile.orig Wed Oct 9 18:54:01 2002
++++ Makefile Wed Oct 9 18:55:21 2002
@@ -25,13 +25,13 @@
# GNU
--cpp = g++ -c -g -Wall -pedantic -Iinclude $(vflags)
-+cpp = g++ -c -Wall -pedantic -Iinclude $(vflags) %%CXXFLAGS%%
+-cpp = g++ -c -O5 -Wall -pedantic -Iinclude $(vflags)
++cpp = g++ -c -O5 -Wall -pedantic -Iinclude $(vflags) %%CXXFLAGS%%
# To link with the static library libtcl.*.a
-link = g++ -lm -lpthread
+link = g++ -lm -lpthread %%LIBS%%
# To link with the shared object libtcl.*.so
- # link = g++ -lm -Wl,-brtl -lpthreads
+ # link = g++ -lm -Wl,-brtl -lpthreads -bbigtoc
# To link shared object
-linkShared = g++ -lm -lpthread -Wl,-shared
+linkShared = g++ -lm -lpthread -Wl,-shared %%LIBS%%