From 183b73e3984cb27bb3bd69245f744c7e9893e322 Mon Sep 17 00:00:00 2001 From: Danny Rawlins Date: Fri, 14 Mar 2008 23:34:22 +1100 Subject: [PATCH] physfs: downgrade 1.1.0 -> 1.0.1 --- physfs/.footprint | 6 +++--- physfs/.md5sum | 2 +- physfs/Pkgfile | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/physfs/.footprint b/physfs/.footprint index 3d862920d..ec2503266 100644 --- a/physfs/.footprint +++ b/physfs/.footprint @@ -4,7 +4,7 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/include/ -rw-r--r-- root/root usr/include/physfs.h drwxr-xr-x root/root usr/lib/ -lrwxrwxrwx root/root usr/lib/libphysfs-1.1.so.0 -> libphysfs-1.1.so.0.0.0 --rwxr-xr-x root/root usr/lib/libphysfs-1.1.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libphysfs-1.0.so.1 -> libphysfs-1.0.so.1.0.0 +-rwxr-xr-x root/root usr/lib/libphysfs-1.0.so.1.0.0 -rwxr-xr-x root/root usr/lib/libphysfs.la -lrwxrwxrwx root/root usr/lib/libphysfs.so -> libphysfs-1.1.so.0.0.0 +lrwxrwxrwx root/root usr/lib/libphysfs.so -> libphysfs-1.0.so.1.0.0 diff --git a/physfs/.md5sum b/physfs/.md5sum index 252ba8669..65873d0c7 100644 --- a/physfs/.md5sum +++ b/physfs/.md5sum @@ -1 +1 @@ -2b5d678d66dcbd03c74440e57c89ca33 physfs-1.1.0.tar.gz +d0bd118c6b55fb1e020fe982d6ec6957 physfs-1.0.1.tar.gz diff --git a/physfs/Pkgfile b/physfs/Pkgfile index 3a1ebc657..56587ed9d 100644 --- a/physfs/Pkgfile +++ b/physfs/Pkgfile @@ -6,13 +6,14 @@ # Optional: wxgtk name=physfs -version=1.1.0 +version=1.0.1 release=1 source=(http://icculus.org/physfs/downloads/physfs-$version.tar.gz) build() { cd physfs-$version + #version 1.1.0 breaks warzone2100 #version 1.1.1 moves to cmake that isn't deemed ready to use yet. #export CFLAGS="$CFLAGS -fno-strict-aliasing"