wok-6.x rev 6692
Made smpeg compile with LDFLAGS+-lstdc++. This is so btanks compile.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Tue Oct 12 22:56:00 2010 +0000 (2010-10-12) |
parents | 2c6f81081c6f |
children | 0d52f00c5fdd |
files | libsmpeg-dev/receipt libsmpeg/receipt |
line diff
1.1 --- a/libsmpeg-dev/receipt Tue Oct 12 22:48:09 2010 +0000 1.2 +++ b/libsmpeg-dev/receipt Tue Oct 12 22:56:00 2010 +0000 1.3 @@ -21,5 +21,7 @@ 1.4 cp -a $_pkg/usr/include/smpeg $fs/usr/include 1.5 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib 1.6 cp -a $_pkg/usr/share/aclocal $fs/usr/share 1.7 + #fix aclocal warnings 1.8 + sed -i "s#(AM_PATH_SMPEG#([AM_PATH_SMPEG]#" $fs/usr/share/aclocal/smpeg.m4 1.9 } 1.10
2.1 --- a/libsmpeg/receipt Tue Oct 12 22:48:09 2010 +0000 2.2 +++ b/libsmpeg/receipt Tue Oct 12 22:56:00 2010 +0000 2.3 @@ -27,7 +27,7 @@ 2.4 chmod +x install-sh 2.5 ./autogen.sh 2.6 ./configure --prefix=/usr --disable-gtk-player $CONFIGURE_ARGS && 2.7 - make && 2.8 + make LDFLAGS+=-lstdc++ && 2.9 make DESTDIR=$PWD/_pkg install 2.10 } 2.11