From 9d19f6ed95d1933232a4becf8af36a2af007929a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sun, 20 Jul 2014 19:45:26 +0200 Subject: [PATCH] supertux: Add OpenGL dependencies Also update the patch name. This should enable building with OpenGL. --- games-arcade/supertux/supertux-0.1.3.recipe | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/games-arcade/supertux/supertux-0.1.3.recipe b/games-arcade/supertux/supertux-0.1.3.recipe index 9b9981c37..fe65b2fc7 100644 --- a/games-arcade/supertux/supertux-0.1.3.recipe +++ b/games-arcade/supertux/supertux-0.1.3.recipe @@ -14,7 +14,7 @@ COPYRIGHT="2003 SuperTux Devel Team" ARCHITECTURES="x86_gcc2 ?x86 ?x86_64" SECONDARY_ARCHITECTURES="x86_gcc2 x86" -PATCHES="supertux-0.1.3.patch" +PATCHES="supertux-0.1.3.patchset" PROVIDES=" supertux$secondaryArchSuffix = $portVersion @@ -22,19 +22,23 @@ PROVIDES=" " REQUIRES=" haiku$secondaryArchSuffix >= $haikuVersion + lib:libGL$secondaryArchSuffix + lib:libGLU$secondaryArchSuffix lib:libSDL_1.2$secondaryArchSuffix >= 0.11.4 lib:libSDL_mixer_1.2$secondaryArchSuffix >= 0.12.0 lib:libSDL_image_1.2$secondaryArchSuffix >= 0.8.4 lib:libz$secondaryArchSuffix >= 1.2.8 " BUILD_REQUIRES=" + haiku${secondaryArchSuffix}_devel >= $haikuVersion + devel:libGL$secondaryArchSuffix + devel:libGLU$secondaryArchSuffix devel:libSDL_1.2$secondaryArchSuffix >= 0.11.4 devel:libSDL_mixer_1.2$secondaryArchSuffix >= 0.12.0 devel:libSDL_image_1.2$secondaryArchSuffix >= 0.8.4 devel:libz$secondaryArchSuffix >= 1.2.8 " BUILD_PREREQUIRES=" - haiku${secondaryArchSuffix}_devel >= $haikuVersion cmd:autoconf cmd:gcc$secondaryArchSuffix cmd:ld$secondaryArchSuffix