opnsense-ports/audio/workman/files/patch-Imakefile
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

33 lines
1.3 KiB
Text

--- Imakefile.orig Fri Feb 27 10:08:37 2004
+++ Imakefile Fri Feb 27 10:09:01 2004
@@ -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>