diff options
author | Marc Fonvieille <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
---|---|---|
committer | Marc Fonvieille <blackend@FreeBSD.org> | 2002-08-04 09:04:12 +0000 |
commit | deef46806d015ad769b2665290ea6ec18dfcb08e (patch) | |
tree | 58ea722de5185fcbc194ca1ed7488f406e568a1d /games/fgfs-base | |
parent | 121887516bfa24bfc84c15d39f29a557d2568fec (diff) | |
download | ports-deef46806d015ad769b2665290ea6ec18dfcb08e.tar.gz ports-deef46806d015ad769b2665290ea6ec18dfcb08e.zip |
Notes
Diffstat (limited to 'games/fgfs-base')
-rw-r--r-- | games/fgfs-base/files/patch-ab | 2 | ||||
-rw-r--r-- | games/fgfs-base/files/patch-ac | 4 | ||||
-rw-r--r-- | games/fgfs-base/patches.tools/gfc-patch-aa | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/games/fgfs-base/files/patch-ab b/games/fgfs-base/files/patch-ab index 81840b3e61a7..ad1bccc456fc 100644 --- a/games/fgfs-base/files/patch-ab +++ b/games/fgfs-base/files/patch-ab @@ -5,7 +5,7 @@ #include <Bucket/newbucket.hxx> +/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ ++/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */ +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> +#endif diff --git a/games/fgfs-base/files/patch-ac b/games/fgfs-base/files/patch-ac index e21b86479735..5918a462e53a 100644 --- a/games/fgfs-base/files/patch-ac +++ b/games/fgfs-base/files/patch-ac @@ -5,7 +5,7 @@ #endif +// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this ++// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this + +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> @@ -52,7 +52,7 @@ #endif +// The next lines are to define BSD -+// See http://www.freebsd.org/handbook/porting.html for why we do this ++// See http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> +#endif diff --git a/games/fgfs-base/patches.tools/gfc-patch-aa b/games/fgfs-base/patches.tools/gfc-patch-aa index 08b8d4b85dc8..2d195db14a2e 100644 --- a/games/fgfs-base/patches.tools/gfc-patch-aa +++ b/games/fgfs-base/patches.tools/gfc-patch-aa @@ -5,7 +5,7 @@ #include <unistd.h> +/* the next lines are to define BSD */ -+/* see http://www.freebsd.org/handbook/porting.html for why we do this */ ++/* see http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/index.html for why we do this */ +#if (defined(__unix__) || defined(unix)) && !defined(USG) +#include <sys/param.h> +#endif |