]> git.pld-linux.org Git - packages/0ad.git/commitdiff
- comment out some bogus options
authorlisu <lisu@pld-linux.org>
Sat, 11 Feb 2012 12:09:54 +0000 (12:09 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- try to build with system libraries

Changed files:
    0ad.spec -> 1.12

0ad.spec

index c625fa07a1195e117c807420ddf1b8ff4a6b5265..d9b001ef7ea97f2f2c65a699a967210ac1b13c4b 100644 (file)
--- a/0ad.spec
+++ b/0ad.spec
@@ -61,10 +61,13 @@ export CFLAGS="%{rpmcflags}"
 export CPPFLAGS="%{rpmcxxflags}"
 cd build/workspaces
 ./update-workspaces.sh \
+       --with-system-enet \
+       --with-system-nvtt \
+       --with-system-mozjs185
 #      --verbose \
-       --bindir %{_bindir} \
-       --datadir %{_datadir}/%{name} \
-       --libdir %{_libdir}/%{name}
+#      --bindir %{_bindir} \
+#      --datadir %{_datadir}/%{name} \
+#      --libdir %{_libdir}/%{name}
 
 cd gcc
 %{__make} \
This page took 0.079798 seconds and 4 git commands to generate.