CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
attic
/
ports
/
games-cross.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
868247b
)
prboom: Fixed SDL Libs.
author
Victor Martinez
<pitillo@ono.com>
Thu, 28 Jan 2010 12:21:02 +0000
(12:21 +0000)
committer
Victor Martinez
<pitillo@ono.com>
Thu, 28 Jan 2010 12:21:02 +0000
(12:21 +0000)
prboom/Pkgfile
patch
|
blob
|
blame
|
history
diff --git
a/prboom/Pkgfile
b/prboom/Pkgfile
index 657241d5983d2f342e0a10308a92013b76f39d2b..332bf0838a499608ea7f0a6c1773de1cd1612511 100644
(file)
--- 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