summaryrefslogtreecommitdiff
path: root/games/plib/patches/patch-ad
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-08-22 11:19:41 +0000
committerkristerw <kristerw@pkgsrc.org>2004-08-22 11:19:41 +0000
commit629a398ccb2f29bb15114dc6e3ee538478133c10 (patch)
tree2bc885204db142a30cb3b9468bd308b56febefb7 /games/plib/patches/patch-ad
parent412ee8bfd281bad57262e6aa051609294e3d81aa (diff)
downloadpkgsrc-629a398ccb2f29bb15114dc6e3ee538478133c10.tar.gz
Line continuations with '\' must not have white space after it.
Diffstat (limited to 'games/plib/patches/patch-ad')
-rw-r--r--games/plib/patches/patch-ad4
1 files changed, 2 insertions, 2 deletions
diff --git a/games/plib/patches/patch-ad b/games/plib/patches/patch-ad
index 0be169ec53c..b8dfdce9814 100644
--- a/games/plib/patches/patch-ad
+++ b/games/plib/patches/patch-ad
@@ -1,4 +1,4 @@
-$NetBSD: patch-ad,v 1.3 2004/03/19 02:25:28 xtraeme Exp $
+$NetBSD: patch-ad,v 1.4 2004/08/22 11:19:42 kristerw 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
@@ -7,7 +7,7 @@ $NetBSD: patch-ad,v 1.3 2004/03/19 02:25:28 xtraeme Exp $
/* 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__)) \
++#if (defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__)) \
+ && !defined(USG)
#include <sys/param.h>
#endif