diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-03-28 19:02:11 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-03-28 19:02:11 +0000 |
commit | bea077955fa1e51619bd70e09e5ff58437116e50 (patch) | |
tree | b700848af3484f3aa2dba91bea895ad34239c69c /sys-apps/speedfreq | |
parent | initial commit of the gst ogg plugin (diff) | |
download | historical-bea077955fa1e51619bd70e09e5ff58437116e50.tar.gz historical-bea077955fa1e51619bd70e09e5ff58437116e50.tar.bz2 historical-bea077955fa1e51619bd70e09e5ff58437116e50.zip |
forgot the patch :P
Diffstat (limited to 'sys-apps/speedfreq')
-rw-r--r-- | sys-apps/speedfreq/files/0.7.2-python-ver.patch | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sys-apps/speedfreq/files/0.7.2-python-ver.patch b/sys-apps/speedfreq/files/0.7.2-python-ver.patch new file mode 100644 index 000000000000..c6149ab3a9c7 --- /dev/null +++ b/sys-apps/speedfreq/files/0.7.2-python-ver.patch @@ -0,0 +1,11 @@ +--- Makefile.orig 2004-03-28 14:01:19.591638320 -0500 ++++ Makefile 2004-03-28 14:01:45.188746968 -0500 +@@ -14,7 +14,7 @@ + MAN ?= $(PREFIX)/share/man + LIB ?= $(PREFIX)/lib + INC ?= $(PREFIX)/include +-PY_VER ?= 2.2 ++PY_VER ?= $(shell python -c "import sys; print sys.version[0:3]") + PY_INC ?= /usr/include/python$(PY_VER) + + INITD ?= /etc/rc.d/init.d |