From 6bb30b537ffc629fe127408ae81567410ac8f36f Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Tue, 17 Sep 2013 08:56:36 -0700 Subject: [PATCH] Adjusted libsdl so that header files get included, but it's including them twice now? --- media-libs/libsdl/libsdl-1.2.15.recipe | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/media-libs/libsdl/libsdl-1.2.15.recipe b/media-libs/libsdl/libsdl-1.2.15.recipe index 905be02c3..3110135c7 100644 --- a/media-libs/libsdl/libsdl-1.2.15.recipe +++ b/media-libs/libsdl/libsdl-1.2.15.recipe @@ -62,6 +62,8 @@ INSTALL() cp build/.libs/libSDLmain.a $developDir/lib/libSDLmain.a cp build/.libs/libSDLmain.la $developDir/lib/libSDLmain.la + cp include/* $includeDir + prepareInstalledDevelLibs \ libSDL \ libSDLmain @@ -74,9 +76,9 @@ INSTALL() TEST() { - cd SDL-1.2.15/test - ./configure - make + cd test + runConfigure ./configure + make $jobArgs echo testvidoinfo testvidinfo echo testgl