Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
Chakra
Packages
desktop
Commits
bfb85d1f
Commit
bfb85d1f
authored
Jul 11, 2011
by
Adrian Chaves Fernandez (Gallaecio)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Arch detection in 0 A.D. was still wrong, adding fix with sed.
parent
941115f2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletion
+5
-1
0ad/PKGBUILD
0ad/PKGBUILD
+5
-1
No files found.
0ad/PKGBUILD
View file @
bfb85d1f
...
...
@@ -6,7 +6,7 @@
pkgname
=
0ad
pkgver
=
alpha_6
_pkgver
=
r09786-alpha
pkgrel
=
1
pkgrel
=
2
pkgdesc
=
"Cross-platform, 3D and historically-based real-time strategy game."
arch
=(
'i686'
'x86_64'
)
url
=
"http://wildfiregames.com/0ad"
...
...
@@ -27,6 +27,10 @@ build()
's/unix_names = { "boost_signals-mt", "boost_filesystem-mt", "boost_system-mt" },/unix_names = { "boost_signals", "boost_filesystem", "boost_system" },/g'
\
$srcdir
/
$pkgname
-
$_pkgver
/build/premake/extern_libs.lua
sed
-i
\
's/export HOSTTYPE="$HOSTTYPE"/export HOSTTYPE="$CARCH"/g'
./update-workspaces.sh
# Atlas disabled because it requires GTK.
./update-workspaces.sh
\
--disable-atlas
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment