summaryrefslogtreecommitdiff
path: root/games/plib/patches
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-03-19 02:25:28 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-03-19 02:25:28 +0000
commite3fff5641b6f7e41bd07d36b96919cf5b03e6aca (patch)
treeb0b456c73adfb8815ed79a6b7df32a877f3e959c /games/plib/patches
parentb1acd8e65bbc13b24823a44c09952384ad00a7bc (diff)
downloadpkgsrc-e3fff5641b6f7e41bd07d36b96919cf5b03e6aca.tar.gz
NetBSD doesn't use __unix__ nor unix, so use __NetBSD__ and so on in
slPortability.h to include <sys/param.h> which is needed to get defined(BSD) in sl.h. While I'm here switch to use buildlink3. Bump PKGREVISION to 1.
Diffstat (limited to 'games/plib/patches')
-rw-r--r--games/plib/patches/patch-ad14
1 files changed, 14 insertions, 0 deletions
diff --git a/games/plib/patches/patch-ad b/games/plib/patches/patch-ad
new file mode 100644
index 00000000000..0be169ec53c
--- /dev/null
+++ b/games/plib/patches/patch-ad
@@ -0,0 +1,14 @@
+$NetBSD: patch-ad,v 1.3 2004/03/19 02:25:28 xtraeme Exp $
+
+--- src/sl/slPortability.h.orig 2004-03-19 03:18:23.000000000 +0100
++++ src/sl/slPortability.h 2004-03-19 03:19:02.000000000 +0100
+@@ -35,7 +35,8 @@
+
+ /* the next lines are to define BSD */
+ /* see http://www.freebsd.org/handbook/porting.html for why we do this */
+-#if (defined(__unix__) || defined(unix)) && !defined(USG)
++#if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) \
++ && !defined(USG)
+ #include <sys/param.h>
+ #endif
+