diff options
author | antoine <antoine@FreeBSD.org> | 2017-12-11 04:44:24 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2017-12-11 04:44:24 +0800 |
commit | 8070e3e80a57eb2f944376ba463aab74fb4dd178 (patch) | |
tree | d5a278a3b1d19f1b8506c56b5900fc4441d89454 /sysutils/x86info | |
parent | f9425c3d27acf6a667ed06cd25098e53045ba94e (diff) | |
download | freebsd-ports-gnome-8070e3e80a57eb2f944376ba463aab74fb4dd178.tar.gz freebsd-ports-gnome-8070e3e80a57eb2f944376ba463aab74fb4dd178.tar.zst freebsd-ports-gnome-8070e3e80a57eb2f944376ba463aab74fb4dd178.zip |
Remove part of the patch generated by post-patch, and unbreak with python3
Diffstat (limited to 'sysutils/x86info')
-rw-r--r-- | sysutils/x86info/files/patch-lsmsr_Makefile | 9 |
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 \ |