aboutsummaryrefslogtreecommitdiff
path: root/math/goblin/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-01 08:44:28 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-04-01 08:44:28 +0000
commitde1d4bc508d938fc5d9e3b9d53215d2fa2c333e0 (patch)
treeb2a07765f0629faa2ab164a0e1b3efa642966db3 /math/goblin/files
parent7a39ef13a08d88a8f0c114fdc15fbb0e56d153ef (diff)
downloadports-de1d4bc508d938fc5d9e3b9d53215d2fa2c333e0.tar.gz
ports-de1d4bc508d938fc5d9e3b9d53215d2fa2c333e0.zip
Notes
Diffstat (limited to 'math/goblin/files')
-rw-r--r--math/goblin/files/patch-Makefile80
1 files changed, 40 insertions, 40 deletions
diff --git a/math/goblin/files/patch-Makefile b/math/goblin/files/patch-Makefile
index 7e201742f88f..d914691ea316 100644
--- a/math/goblin/files/patch-Makefile
+++ b/math/goblin/files/patch-Makefile
@@ -1,40 +1,40 @@
---- 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 -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 -bbigtoc
- # To link shared object
--linkShared = g++ -lm -lpthread -Wl,-shared
-+linkShared = g++ -lm -lpthread -Wl,-shared %%LIBS%%
-
- # xlC
-
-@@ -46,15 +46,15 @@
-
- # Tcl/Tk Release
-
--libtcl = 8.3
--libtk = 8.3
-+libtcl = 83
-+libtk = 83
-
-
- # System Installation
-
--goblin_include_path = /usr/include
--goblin_lib_path = /usr/lib
--goblin_bin_path = /usr/bin
-+goblin_include_path = %%PREFIX%%/include
-+goblin_lib_path = %%PREFIX%%/lib
-+goblin_bin_path = %%PREFIX%%/bin
-
-
- #------------------------------------------------------------------------
+--- Makefile.orig Mon Mar 31 19:07:24 2003
++++ Makefile Mon Mar 31 19:08:45 2003
+@@ -26,13 +26,13 @@
+
+ # GNU
+
+-cpp = g++ -c -g -O5 -Wall -pedantic -Iinclude
++cpp = g++ -c -g -O5 -Wall -pedantic -Iinclude %%CXXFLAGS%%
+ # To link with the static library libtcl.*.a
+-link = g++ -lm
++link = g++ -lm %%LIBS%%
+ # To link with the shared object libtcl.*.so
+ # link = g++ -lm -Wl,-brtl -bbigtoc
+ # To link shared object
+-linkShared = g++ -lm -Wl,-shared
++linkShared = g++ -lm -Wl,-shared %%LIBS%%
+
+ # xlC
+
+@@ -47,15 +47,15 @@
+
+ # Tcl/Tk Release
+
+-libtcl = 8.3
+-libtk = 8.3
++libtcl = 83
++libtk = 83
+
+
+ # System Installation
+
+-goblin_include_path = /usr/include
+-goblin_lib_path = /usr/lib
+-goblin_bin_path = /usr/bin
++goblin_include_path = %%PREFIX%%/include
++goblin_lib_path = %%PREFIX%%/lib
++goblin_bin_path = %%PREFIX%%/bin
+
+
+ #------------------------------------------------------------------------