subversion: needs apache-devel to build.
This commit is contained in:
parent
31e5528f8c
commit
e2ff5ad406
2 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,6 @@ pkgname=physfs
|
||||||
version=2.0.2
|
version=2.0.2
|
||||||
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.gz"
|
distfiles="http://icculus.org/physfs/downloads/physfs-$version.tar.gz"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
CFLAGS="-fno-strict-aliasing"
|
|
||||||
configure_script="cmake"
|
configure_script="cmake"
|
||||||
configure_args=". -DCMAKE_INSTALL_PREFIX=/usr"
|
configure_args=". -DCMAKE_INSTALL_PREFIX=/usr"
|
||||||
short_desc="Library to provide abstract access to various archives"
|
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 libgnome-keyring-devel
|
||||||
Add_dependency build glib-devel
|
Add_dependency build glib-devel
|
||||||
Add_dependency build neon-devel
|
Add_dependency build neon-devel
|
||||||
|
Add_dependency build apache-devel
|
||||||
|
|
||||||
do_build()
|
do_build()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue