1
0
forked from ports/contrib

physfs: downgrade 1.1.0 -> 1.0.1

This commit is contained in:
Danny Rawlins 2008-03-14 23:34:22 +11:00
parent 9d7408cfe6
commit 183b73e398
3 changed files with 6 additions and 5 deletions

View File

@ -4,7 +4,7 @@ drwxr-xr-x root/root usr/bin/
drwxr-xr-x root/root usr/include/ drwxr-xr-x root/root usr/include/
-rw-r--r-- root/root usr/include/physfs.h -rw-r--r-- root/root usr/include/physfs.h
drwxr-xr-x root/root usr/lib/ drwxr-xr-x root/root usr/lib/
lrwxrwxrwx root/root usr/lib/libphysfs-1.1.so.0 -> 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.1.so.0.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 -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

View File

@ -1 +1 @@
2b5d678d66dcbd03c74440e57c89ca33 physfs-1.1.0.tar.gz d0bd118c6b55fb1e020fe982d6ec6957 physfs-1.0.1.tar.gz

View File

@ -6,13 +6,14 @@
# Optional: wxgtk # Optional: wxgtk
name=physfs name=physfs
version=1.1.0 version=1.0.1
release=1 release=1
source=(http://icculus.org/physfs/downloads/physfs-$version.tar.gz) source=(http://icculus.org/physfs/downloads/physfs-$version.tar.gz)
build() { build() {
cd physfs-$version cd physfs-$version
#version 1.1.0 breaks warzone2100
#version 1.1.1 moves to cmake that isn't deemed ready to use yet. #version 1.1.1 moves to cmake that isn't deemed ready to use yet.
#export CFLAGS="$CFLAGS -fno-strict-aliasing" #export CFLAGS="$CFLAGS -fno-strict-aliasing"