summaryrefslogtreecommitdiff
path: root/emulators/bsvc/files/patch-ad
blob: 6c920d2beb782f5afa5a0bd45420565fa26b2bed (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
--- Makefile.common.orig	Sun Nov  8 22:39:28 1998
+++ Makefile.common	Mon Sep  6 21:43:02 1999
@@ -12,14 +12,14 @@
 ###############################################################################
 
 ## Base Directory of the BSVC distribution
-PROJECT_BASE = /home/bwmott/projects/bsvc/development/bsvc
+PROJECT_BASE? = /home/bwmott/projects/bsvc/development/bsvc
 
 ## Directory to install the BSVC system
 INSTALL_DIR = $(PROJECT_BASE)/bin
 
 ## Name or path and Name of the Tcl/Tk "wish" executable
 #WISH        = /usr/bin/wish
-WISH         = wish
+WISH         = wish8.2
 
 ## Name of WWW Browser and URL of the BSVC Home Page (or blank)
 WWW_BROWSER   = 
@@ -37,7 +37,7 @@
 ######################### END OF CONFIGURATION ################################
 
 INDEPENDENT_PARMS = PROJECT_BASE='$(PROJECT_BASE)' WISH='$(WISH)' \
-	INCLUDES='-I$(PROJECT_BASE)/src/Framework $(SYS_INCLUDE)' \
+	INCLUDES='-I$(WRKSRC)/Framework $(SYS_INCLUDE)' \
 	LIBS='$(SYS_LIBS)' INSTALL_DIR='$(INSTALL_DIR)' \
 	WWW_BROWSER='$(WWW_BROWSER)' WWW_HOME_PAGE='$(WWW_HOME_PAGE)'