aboutsummaryrefslogtreecommitdiff
path: root/sysutils/x86info
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2017-12-10 20:44:24 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2017-12-10 20:44:24 +0000
commit97e14e21518f29e124033803a4f31640498dab34 (patch)
treed5a278a3b1d19f1b8506c56b5900fc4441d89454 /sysutils/x86info
parent133458ad7fd3694ec97663c7db5ef3acbd001e0d (diff)
downloadports-97e14e21518f29e124033803a4f31640498dab34.tar.gz
ports-97e14e21518f29e124033803a4f31640498dab34.zip
Remove part of the patch generated by post-patch, and unbreak with python3
Notes
Notes: svn path=/head/; revision=455911
Diffstat (limited to 'sysutils/x86info')
-rw-r--r--sysutils/x86info/files/patch-lsmsr_Makefile9
1 files changed, 0 insertions, 9 deletions
diff --git a/sysutils/x86info/files/patch-lsmsr_Makefile b/sysutils/x86info/files/patch-lsmsr_Makefile
index ab2ec08ff82e..85f95c391314 100644
--- a/sysutils/x86info/files/patch-lsmsr_Makefile
+++ b/sysutils/x86info/files/patch-lsmsr_Makefile
@@ -13,12 +13,3 @@
CFLAGS += -Wstrict-prototypes -Wmissing-prototypes
CFLAGS += -Wswitch-enum
CFLAGS += -Wundef
-@@ -40,7 +38,7 @@ LSMSR_TMP_HEADERS=AMD_k8.h \
- generic_msr.h
-
- %.h: %.regs createheader.py
-- @python createheader.py $< `basename $< .regs` >$@
-+ @/usr/local/bin/python2.7 createheader.py $< `basename $< .regs` >$@
-
- LSMSR_SRC = \
- lsmsr.c \