diff options
Diffstat (limited to 'audio/workman/files/patch-Imakefile')
-rw-r--r-- | audio/workman/files/patch-Imakefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/audio/workman/files/patch-Imakefile b/audio/workman/files/patch-Imakefile deleted file mode 100644 index 2afc538c4ed3..000000000000 --- a/audio/workman/files/patch-Imakefile +++ /dev/null @@ -1,33 +0,0 @@ ---- Imakefile.orig 1995-06-05 00:10:44 UTC -+++ Imakefile -@@ -1,19 +1,19 @@ --/**/# @(#)Imakefile 1.16 04 Jun 1995 -+# @(#)Imakefile 1.16 04 Jun 1995 - --/**/# Set this to the manual section where you want to install workmandb.man -+# Set this to the manual section where you want to install workmandb.man - DBMANSECTION = 5 - --/**/# --/**/# Uncomment the following if you want fast database lookups using the --/**/# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the --/**/# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS --/**/# to match your system type as listed in libdb's PORT directory. --/**/# -+# -+# Uncomment the following if you want fast database lookups using the -+# Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the -+# /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS -+# to match your system type as listed in libdb's PORT directory. -+# - --/**/#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2 --/**/#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a -+#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2 -+#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a - --/**/# And you shouldn't need to touch anything below this. -+# And you shouldn't need to touch anything below this. - - - #include <XView.tmpl> |