From: Victor Martinez Date: Thu, 28 Jan 2010 12:21:02 +0000 (+0000) Subject: prboom: Fixed SDL Libs. X-Git-Url: http://gitweb/?a=commitdiff_plain;h=fb58db0dff74fe41cc333c0beddbc77c931e9711;p=attic%2Fports%2Fgames-cross.git prboom: Fixed SDL Libs. --- diff --git a/prboom/Pkgfile b/prboom/Pkgfile index 657241d..332bf08 100644 --- a/prboom/Pkgfile +++ b/prboom/Pkgfile @@ -6,7 +6,7 @@ name=prboom version=2.5.0 -release=1 +release=2 source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz) build() { @@ -35,7 +35,8 @@ build() { sed -i {} \ -e "s|SDL_CFLAGS = .*|SDL_CFLAGS = $SDL_CFLAGS|" \ -e "s|SDL_CFLAGS = .*|SDL_CFLAGS = $SDL_CFLAGS|" \ - -e "s|-I/usr|-I$CLFS/usr|" \; + -e "s|-I/usr|-I$CLFS/usr|" \ + -e "s|-L/usr|-L$CLFS/usr|" \; make make DESTDIR=$PKG install