subversion: needs apache-devel to build.
This commit is contained in:
parent
31e5528f8c
commit
e2ff5ad406
|
@ -3,7 +3,6 @@ pkgname=physfs
|
|||
version=2.0.2
|
||||
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.gz"
|
||||
build_style=configure
|
||||
CFLAGS="-fno-strict-aliasing"
|
||||
configure_script="cmake"
|
||||
configure_args=". -DCMAKE_INSTALL_PREFIX=/usr"
|
||||
short_desc="Library to provide abstract access to various archives"
|
||||
|
|
|
@ -42,6 +42,7 @@ Add_dependency build dbus-devel
|
|||
Add_dependency build libgnome-keyring-devel
|
||||
Add_dependency build glib-devel
|
||||
Add_dependency build neon-devel
|
||||
Add_dependency build apache-devel
|
||||
|
||||
do_build()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue