Skip to content

Commit

Permalink
More syslibs removal that I missed in the previous commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
waddlesplash committed Aug 4, 2015
1 parent 1f4293e commit 2b51585
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 18 deletions.
6 changes: 0 additions & 6 deletions app-emulation/vmware-addons/vmware_addons-1.1.1.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ REQUIRES="
haiku$secondaryArchSuffix
"

if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
REQUIRES+="
lib:libsupc++$secondaryArchSuffix
"
fi

BUILD_PREREQUIRES="
haiku${secondaryArchSuffix}_devel
makefile_engine
Expand Down
6 changes: 0 additions & 6 deletions media-libs/djvulibre/djvulibre-3.5.25.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,6 @@ REQUIRES="
lib:libz$secondaryArchSuffix
"

if [ $effectiveTargetArchitecture != x86_gcc2 ]; then
REQUIRES+="
lib:libsupc++$secondaryArchSuffix
"
fi

BUILD_REQUIRES="
devel:libjpeg$secondaryArchSuffix
devel:libtiff$secondaryArchSuffix
Expand Down
5 changes: 0 additions & 5 deletions media-libs/libcaca/libcaca-0.99.beta19.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,6 @@ REQUIRES="
lib:libncursesw$secondaryArchSuffix
lib:libz$secondaryArchSuffix
"
if [ "$effectiveTargetArchitecture" != 'x86_gcc2' ]; then
REQUIRES="
$REQUIRES
"
fi

PROVIDES_devel="
libcaca${secondaryArchSuffix}_devel = $portVersion compat >= 0
Expand Down
1 change: 0 additions & 1 deletion media-video/mplayer/mplayer-1.1.1.recipe
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ REQUIRES="
lib:libpng$secondaryArchSuffix
# lib:libsdl_1.2$secondaryArchSuffix
lib:libspeex$secondaryArchSuffix
lib:libsupc++$secondaryArchSuffix
lib:libtwolame$secondaryArchSuffix
lib:libvpx$secondaryArchSuffix
lib:libz$secondaryArchSuffix
Expand Down

0 comments on commit 2b51585

Please sign in to comment.