summaryrefslogtreecommitdiff
path: root/misc/goblin/files/patch-Makefile.conf
blob: db4ebe427a2360c49462d10cd6209148262fc8ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
--- Makefile.conf.orig	2008-05-05 07:51:22.000000000 +0200
+++ Makefile.conf	2008-05-31 02:08:59.000000000 +0200
@@ -27,8 +27,8 @@
   libtcl = tcl
   libtk = tk
 else
-  libtcl = tcl8.4
-  libtk = tk8.4
+  libtcl = tcl84
+  libtk = tk84
 endif
 
 # Qualifier is necessary with Tcl/Tk 8.4 headers:
@@ -44,7 +44,7 @@
 ifeq ($(os),solaris)
   wish_name = /opt/csw/bin/wish
 else
-  wish_name = /usr/bin/wish
+  wish_name = %%WISH%%
 endif
 
 
@@ -52,7 +52,6 @@
 
 ## GNU default settings, especially used for linux
 
-CC       = gcc
 CCFLAGS  = -trigraphs -fPIC
 CXX      = g++
 CXXFLAGS = -g -Wall -pedantic -fPIC