diff options
author | martymac <martymac@FreeBSD.org> | 2017-01-26 03:59:50 +0800 |
---|---|---|
committer | martymac <martymac@FreeBSD.org> | 2017-01-26 03:59:50 +0800 |
commit | efdedb19e80fbe3ef44026c5b00467d4da9c3a34 (patch) | |
tree | 404db6b928426d6825ba85cefe9d2197c854a5a9 /emulators/pcsxr/Makefile | |
parent | 2db5d1e01c8267adf5c849ae86941ea607e98fc5 (diff) | |
download | freebsd-ports-gnome-efdedb19e80fbe3ef44026c5b00467d4da9c3a34.tar.gz freebsd-ports-gnome-efdedb19e80fbe3ef44026c5b00467d4da9c3a34.tar.zst freebsd-ports-gnome-efdedb19e80fbe3ef44026c5b00467d4da9c3a34.zip |
Use zlib's uncompress() function and remove local uncompress2() definition.
Pcsxr's uncompress2() is similar to zlib's uncompress() but clashes with zlib's new uncompress2() function, available in 12-CURRENT since zlib v1.2.10 (svn r311285).
Diffstat (limited to 'emulators/pcsxr/Makefile')
-rw-r--r-- | emulators/pcsxr/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/pcsxr/Makefile b/emulators/pcsxr/Makefile index 83090126441b..dec3734df0c2 100644 --- a/emulators/pcsxr/Makefile +++ b/emulators/pcsxr/Makefile @@ -3,7 +3,7 @@ PORTNAME= pcsxr PORTVERSION= 1.9.94.r87113 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= emulators MASTER_SITES= http://contribs.martymac.org/FreeBSD-ports/distfiles/ \ LOCAL/martymac |