CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prboom: Fixed SDL Libs.
authorVictor Martinez <pitillo@ono.com>
Thu, 28 Jan 2010 12:21:02 +0000 (12:21 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 28 Jan 2010 12:21:02 +0000 (12:21 +0000)
prboom/Pkgfile

index 657241d5983d2f342e0a10308a92013b76f39d2b..332bf0838a499608ea7f0a6c1773de1cd1612511 100644 (file)
@@ -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