summaryrefslogtreecommitdiff
path: root/sysutils/tct/files/patch-src_pcat_makedefs
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/tct/files/patch-src_pcat_makedefs')
-rw-r--r--sysutils/tct/files/patch-src_pcat_makedefs18
1 files changed, 18 insertions, 0 deletions
diff --git a/sysutils/tct/files/patch-src_pcat_makedefs b/sysutils/tct/files/patch-src_pcat_makedefs
new file mode 100644
index 000000000000..9d7245035613
--- /dev/null
+++ b/sysutils/tct/files/patch-src_pcat_makedefs
@@ -0,0 +1,18 @@
+
+$FreeBSD$
+
+--- src/pcat/makedefs.orig
++++ src/pcat/makedefs
+@@ -13,6 +13,12 @@
+ ;;
+ FreeBSD.5*) DEFS="-DFREEBSD5"
+ SYSLIBS="-lkvm"
++ ;;
++ FreeBSD.6*) DEFS="-DFREEBSD6"
++ SYSLIBS="-lkvm"
++ ;;
++ FreeBSD.7*) DEFS="-DFREEBSD7"
++ SYSLIBS="-lkvm"
+ ;;
+ OpenBSD.2*) DEFS="-DOPENBSD2"
+ SYSLIBS="-lkvm"