]> git.ipfire.org Git - ipfire-2.x.git/blobdiff - src/patches/dpfhack.patch
lcd4linux: update to svn1158 and add hacked digital-photo-frame driver.
[ipfire-2.x.git] / src / patches / dpfhack.patch
diff --git a/src/patches/dpfhack.patch b/src/patches/dpfhack.patch
new file mode 100644 (file)
index 0000000..2a47317
--- /dev/null
@@ -0,0 +1,12 @@
+diff -Naur dpf_alt/python/Makefile dpf/python/Makefile
+--- dpf_alt/python/Makefile    2011-04-18 17:14:12.000000000 +0200
++++ dpf/python/Makefile        2011-08-14 13:22:46.129748815 +0200
+@@ -32,7 +32,7 @@
+ endif
+ ifeq (Linux, $(PLATFORM))
+-      PYTHON=$(shell pyversions -d)
++      PYTHON=python2.7
+       include $(DEVLIB)/unixdll.mk
+       DLLDEPS = $(CLIENTLIB) -l$(PYTHON)
+       PYTHONINCLUDES = -I/usr/include/$(PYTHON)