summaryrefslogtreecommitdiff
path: root/emulators/bsvc/files/patch-ad
diff options
context:
space:
mode:
authorJustin M. Seger <jseger@FreeBSD.org>1999-09-07 03:10:49 +0000
committerJustin M. Seger <jseger@FreeBSD.org>1999-09-07 03:10:49 +0000
commitbacdfe64cd9b10b037eb5efb27ad7d0b50e514a1 (patch)
tree9b79a8f8f9f567d0cbb56af8da22dbf8f797824c /emulators/bsvc/files/patch-ad
parentUpdated to 3.02+mb1.08 (mb = multi-byte) (diff)
Upgrade to bsvc-2.1
Switch to tk8.2 Make myself MAINTAINER after no response from previous MAINTAINER.
Diffstat (limited to 'emulators/bsvc/files/patch-ad')
-rw-r--r--emulators/bsvc/files/patch-ad28
1 files changed, 28 insertions, 0 deletions
diff --git a/emulators/bsvc/files/patch-ad b/emulators/bsvc/files/patch-ad
new file mode 100644
index 000000000000..6c920d2beb78
--- /dev/null
+++ b/emulators/bsvc/files/patch-ad
@@ -0,0 +1,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)'
+