summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTony Theodore <tonyt@logyst.com>2013-04-27 17:10:16 (GMT)
committerTony Theodore <tonyt@logyst.com>2013-04-27 17:10:16 (GMT)
commit6504367d548fabecf5816965b5163793e16f6b70 (patch)
treed8defe5b3b35a3bd9b6b7e9bece547a590a34346
parentf3010d27e9aabcb608a92cbcf89fefe452986255 (diff)
downloadmxe-6504367d548fabecf5816965b5163793e16f6b70.zip
mxe-6504367d548fabecf5816965b5163793e16f6b70.tar.gz
mxe-6504367d548fabecf5816965b5163793e16f6b70.tar.bz2
package lensfun: portability fix for /usr/bin/python
-rw-r--r--src/lensfun.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lensfun.mk b/src/lensfun.mk
index 4802543..0e4c364 100644
--- a/src/lensfun.mk
+++ b/src/lensfun.mk
@@ -17,6 +17,7 @@ define $(PKG)_UPDATE
endef
define $(PKG)_BUILD
+ $(SED) -i 's,/usr/bin/python,/usr/bin/env python,' '$(1)/configure'
cd '$(1)' && \
TKP='$(TARGET)-' \
./configure \