diff options
author | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-04 00:45:37 +0000 |
---|---|---|
committer | Jung-uk Kim <jkim@FreeBSD.org> | 2014-03-04 00:45:37 +0000 |
commit | 71b986b697eb47831633a5989d1ba733991d89f7 (patch) | |
tree | 53bb6028fa45eb6699198f10d447206ea4b8abe2 /emulators/virtualbox-ose-kmod/files/extrapatch-Config.kmk | |
parent | Update to istatd 0.5.8 with the following changes (diff) |
Update to 4.3.8.
Obtained from: svn.redports.org/virtualbox
Diffstat (limited to 'emulators/virtualbox-ose-kmod/files/extrapatch-Config.kmk')
-rw-r--r-- | emulators/virtualbox-ose-kmod/files/extrapatch-Config.kmk | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/emulators/virtualbox-ose-kmod/files/extrapatch-Config.kmk b/emulators/virtualbox-ose-kmod/files/extrapatch-Config.kmk deleted file mode 100644 index 7df1b0883f27..000000000000 --- a/emulators/virtualbox-ose-kmod/files/extrapatch-Config.kmk +++ /dev/null @@ -1,11 +0,0 @@ ---- Config.kmk.orig 2012-05-24 01:15:53.393052000 +0200 -+++ Config.kmk 2012-05-24 01:16:15.883067161 +0200 -@@ -3188,7 +3188,7 @@ - | xargs -J% objcopy % $(out) - - ## Strip debug info (comment out if debugging or something). -- objcopy --strip-debug $(out) -+# objcopy --strip-debug $(out) - endef - else # x86 - TOOL_FREEBSDKMODLD_LINK_SYSMOD_OUTPUT = $(outbase).kld |