diff options
author | Justin M. Seger <jseger@FreeBSD.org> | 1999-09-07 03:10:49 +0000 |
---|---|---|
committer | Justin M. Seger <jseger@FreeBSD.org> | 1999-09-07 03:10:49 +0000 |
commit | bacdfe64cd9b10b037eb5efb27ad7d0b50e514a1 (patch) | |
tree | 9b79a8f8f9f567d0cbb56af8da22dbf8f797824c /emulators/bsvc/files/patch-ad | |
parent | Updated 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-ad | 28 |
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)' + |