From 6f7c6fc4b3173ad2017f69dfcd22af0ecb0936c7 Mon Sep 17 00:00:00 2001 From: espie Date: Tue, 30 Dec 2003 02:11:18 +0000 Subject: [PATCH] /**/# -> XCOMM --- audio/workman/patches/patch-Imakefile | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 audio/workman/patches/patch-Imakefile diff --git a/audio/workman/patches/patch-Imakefile b/audio/workman/patches/patch-Imakefile new file mode 100644 index 00000000000..24088af0a22 --- /dev/null +++ b/audio/workman/patches/patch-Imakefile @@ -0,0 +1,34 @@ +$OpenBSD: patch-Imakefile,v 1.1 2003/12/30 02:11:18 espie Exp $ +--- Imakefile.orig 2003-12-30 03:05:32.000000000 +0100 ++++ Imakefile 2003-12-30 03:06:02.000000000 +0100 +@@ -1,19 +1,19 @@ +-/**/# @(#)Imakefile 1.16 04 Jun 1995 ++XCOMM @(#)Imakefile 1.16 04 Jun 1995 + +-/**/# Set this to the manual section where you want to install workmandb.man ++XCOMM 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. +-/**/# ++XCOMM ++XCOMM Uncomment the following if you want fast database lookups using the ++XCOMM Berkeley libdb code. You can find libdb on ftp.cs.berkeley.edu in the ++XCOMM /ucb/4bsd directory. Make sure you adjust the last part of DBCFLAGS ++XCOMM to match your system type as listed in libdb's PORT directory. ++XCOMM + +-/**/#DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2 +-/**/#DBLIB = db.1.85/PORT/sunos.5.2/libdb.a ++XCOMM DBCFLAGS = -DLIBDB -Idb.1.85/PORT/include -Idb.1.85/PORT/sunos.5.2 ++XCOMM DBLIB = db.1.85/PORT/sunos.5.2/libdb.a + +-/**/# And you shouldn't need to touch anything below this. ++XCOMM And you shouldn't need to touch anything below this. + + + #include