mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
audio/portmidi: Drop symlinking libporttime to libportmidi.
All dependent projects have now been patched or updated. Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ddf3691916
commit
f1f4c81886
1 changed files with 1 additions and 9 deletions
|
@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd)
|
|||
|
||||
PRGNAM=portmidi
|
||||
VERSION=${VERSION:-2.0.2}
|
||||
BUILD=${BUILD:-2}
|
||||
BUILD=${BUILD:-3}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
@ -106,14 +106,6 @@ cd ..
|
|||
|
||||
install -m 0644 -D pm_common/pmutil.h $PKG/usr/include
|
||||
|
||||
(
|
||||
# allow things which still look for libporttime to find it.
|
||||
# for example multimedia/xjadeo
|
||||
# thanks void maintainers
|
||||
cd $PKG/usr/lib$LIBDIRSUFFIX
|
||||
ln -s libportmidi.so libporttime.so
|
||||
)
|
||||
|
||||
find $PKG | xargs file | grep -e "executable" -e "shared object" | grep ELF \
|
||||
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
|
||||
|
||||
|
|
Loading…
Reference in a new issue