summaryrefslogtreecommitdiffhomepage
path: root/004.psxstub.vars
diff options
context:
space:
mode:
Diffstat (limited to '004.psxstub.vars')
-rw-r--r--004.psxstub.vars9
1 files changed, 4 insertions, 5 deletions
diff --git a/004.psxstub.vars b/004.psxstub.vars
index 77c41c5a..2555db82 100644
--- a/004.psxstub.vars
+++ b/004.psxstub.vars
@@ -3,16 +3,15 @@
#
pkg_psxstub_finish() {
- if ! is_build_script_done patch; then
- patch -b -d psxstub -p1 \
- < ${MIDIPIX_BUILD_PWD}/psxstub.local.patch;
- set_build_script_done patch -install;
- fi;
if ! is_build_script_done install; then
if [ "${TARGET}" = i686-nt32-midipix ] \
|| [ "${TARGET}" = x86_64-nt64-midipix ]; then
cd psxstub;
make ${MAKEFLAGS} DESTDIR=${PREFIX_LVL} TARGET=${TARGET} install;
+ if [ -e ${PREFIX_LVL}/lib/libpsxscl.a ]; then
+ echo rm -f ${PREFIX_LVL}/lib/libpsxscl.a;
+ rm -f ${PREFIX_LVL}/lib/libpsxscl.a;
+ fi;
set_build_script_done install finish;
fi;
fi;