diff options
Diffstat (limited to 'games/wolfpack')
-rw-r--r-- | games/wolfpack/Makefile | 2 | ||||
-rw-r--r-- | games/wolfpack/distinfo | 2 | ||||
-rw-r--r-- | games/wolfpack/files/patch-ab | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/games/wolfpack/Makefile b/games/wolfpack/Makefile index 29e2be6d2294..5f58db2c255e 100644 --- a/games/wolfpack/Makefile +++ b/games/wolfpack/Makefile @@ -6,7 +6,7 @@ # PORTNAME= wolfpack -PORTVERSION= 4.2.6 +PORTVERSION= 4.2.7 CATEGORIES= games MASTER_SITES= ftp://empire.idlpaper.com/pub/empire/server/ DISTNAME= empire${PORTVERSION} diff --git a/games/wolfpack/distinfo b/games/wolfpack/distinfo index 54dff27d1899..ed09c495861f 100644 --- a/games/wolfpack/distinfo +++ b/games/wolfpack/distinfo @@ -1 +1 @@ -MD5 (empire4.2.6.tar.gz) = 16d6c12830cfa9c58b6d6a9fd126e228 +MD5 (empire4.2.7.tar.gz) = 4e2643137a6635876ae064e1201b48ab diff --git a/games/wolfpack/files/patch-ab b/games/wolfpack/files/patch-ab index 66a2e7664ff1..ecd4e0c1a684 100644 --- a/games/wolfpack/files/patch-ab +++ b/games/wolfpack/files/patch-ab @@ -5,7 +5,7 @@ diff -u -r ./include/misc.h ../emp4.patched/include/misc.h extern char *calloc(); #endif #else --#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) +-#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(FBSD) +#if !defined(ALPHA) && !defined(__osf__) && !defined(ultrix) && !defined(hpux) && !defined(__FreeBSD__) extern char *malloc(); extern char *calloc(); |