wok-6.x diff gecko-mediaplayer/receipt @ rev 11643
asunder, beaver, leafpad, mhwaveedit: Fixed receipts. (desktop file should be copied by cook)
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Fri Feb 03 12:29:45 2012 -0500 (2012-02-03) |
parents | b165a9b3b8c3 |
children | 0256f038018f |
line diff
1.1 --- a/gecko-mediaplayer/receipt Thu Nov 03 23:25:32 2011 +0100 1.2 +++ b/gecko-mediaplayer/receipt Fri Feb 03 12:29:45 2012 -0500 1.3 @@ -18,6 +18,8 @@ 1.4 cd $src 1.5 sed -i 's/utf8characters/UTF8Characters/g' src/*.cpp 1.6 sed -i 's|NPP_Initialize|//&|' src/np_entry.cpp 1.7 + sed -i 's|char[\*\) ]*NP*_GetMIMEDescription(|const &|' src/npupp.h \ 1.8 + src/np_entry.cpp src/npp_gate.cpp 1.9 ./configure --prefix=/usr --sysconfdir=/etc \ 1.10 --disable-schemas-install --without-gconf && 1.11 make &&