wok-4.x rev 7449
mplayerplug-in: partial fix for compile_rules
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Nov 30 13:09:45 2010 +0100 (2010-11-30) |
parents | d0b3e22fabf4 |
children | 268a12c60315 |
files | mplayerplug-in/receipt |
line diff
1.1 --- a/mplayerplug-in/receipt Tue Nov 30 12:49:24 2010 +0100 1.2 +++ b/mplayerplug-in/receipt Tue Nov 30 13:09:45 2010 +0100 1.3 @@ -22,6 +22,7 @@ 1.4 compile_rules() 1.5 { 1.6 cd $src 1.7 + sed -i 's/npupp\.h/npfunctions.h/' */np* 1.8 cp ../stuff/slitaz-hack.h include 1.9 grep -q slitaz-hack include/npplat.h || sed -i \ 1.10 's/ne _NPPLAT_H_/ne _NPPLAT_H_\n#include "slitaz-hack.h"/' \ 1.11 @@ -44,7 +45,7 @@ 1.12 --enable-rm \ 1.13 --enable-dvx \ 1.14 MOZILLA_HOME="/usr/lib/firefox-$FIREFOX_VER" \ 1.15 - GECKO_IDLDIR="/usr/share/idl/firefox-$FIREFOX_VER/stable" && 1.16 + GECKO_IDLDIR="/usr/share/idl/firefox-$FIREFOX_VER" && 1.17 make -j 4 && 1.18 make DESTDIR=$PWD/_pkg install 1.19 }