diff options
-rw-r--r-- | emulators/desmume/Makefile | 8 | ||||
-rw-r--r-- | emulators/desmume/distinfo | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/emulators/desmume/Makefile b/emulators/desmume/Makefile index 4e2a9bc678ef..ecaaad1f4573 100644 --- a/emulators/desmume/Makefile +++ b/emulators/desmume/Makefile @@ -6,8 +6,7 @@ # PORTNAME= desmume -PORTVERSION= 0.9.7 -PORTREVISION= 2 +PORTVERSION= 0.9.8 CATEGORIES= emulators MASTER_SITES= SF @@ -46,10 +45,11 @@ BROKEN= Does not compile on ia64 .endif post-patch: - @${REINPLACE_CMD} -e 's|mode_t|mode_t_|g' ${WRKSRC}/src/utils/libfat/libfat_pc.h # FreeBSD 7.x is missing strnlen(), adjusting this enables a builtin version of strnlen() .if ${OSVERSION} < 800000 - @${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g' ${WRKSRC}/src/utils/libfat/directory.cpp + @${REINPLACE_CMD} -e 's|#ifdef __APPLE__|#if 1|g; \ + /AvailabilityMacros\.h/d' \ + ${WRKSRC}/src/utils/libfat/directory.cpp .endif .include <bsd.port.post.mk> diff --git a/emulators/desmume/distinfo b/emulators/desmume/distinfo index 37363fd8aa1e..be79145c1cb1 100644 --- a/emulators/desmume/distinfo +++ b/emulators/desmume/distinfo @@ -1,2 +1,2 @@ -SHA256 (desmume-0.9.7.tar.gz) = 0a0f7ef3cc76ff0bbc6f3df47c3689653617074ea7ffc354e9fa1240c5336523 -SIZE (desmume-0.9.7.tar.gz) = 1142550 +SHA256 (desmume-0.9.8.tar.gz) = 78363468a2d5efba95de57739a9c81a3757ecd76c2a183ec68336e30d47a5e01 +SIZE (desmume-0.9.8.tar.gz) = 3677290 |