aboutsummaryrefslogtreecommitdiff
path: root/games/flightgear-data
diff options
context:
space:
mode:
authorMarc Fonvieille <blackend@FreeBSD.org>2002-08-04 09:04:12 +0000
committerMarc Fonvieille <blackend@FreeBSD.org>2002-08-04 09:04:12 +0000
commitdeef46806d015ad769b2665290ea6ec18dfcb08e (patch)
tree58ea722de5185fcbc194ca1ed7488f406e568a1d /games/flightgear-data
parent121887516bfa24bfc84c15d39f29a557d2568fec (diff)
downloadports-deef46806d015ad769b2665290ea6ec18dfcb08e.tar.gz
ports-deef46806d015ad769b2665290ea6ec18dfcb08e.zip
Notes
Diffstat (limited to 'games/flightgear-data')
-rw-r--r--games/flightgear-data/files/patch-ab2
-rw-r--r--games/flightgear-data/files/patch-ac4
-rw-r--r--games/flightgear-data/patches.tools/gfc-patch-aa2
3 files changed, 4 insertions, 4 deletions
diff --git a/games/flightgear-data/files/patch-ab b/games/flightgear-data/files/patch-ab
index 81840b3e61a7..ad1bccc456fc 100644
--- a/games/flightgear-data/files/patch-ab
+++ b/games/flightgear-data/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/flightgear-data/files/patch-ac b/games/flightgear-data/files/patch-ac
index e21b86479735..5918a462e53a 100644
--- a/games/flightgear-data/files/patch-ac
+++ b/games/flightgear-data/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/flightgear-data/patches.tools/gfc-patch-aa b/games/flightgear-data/patches.tools/gfc-patch-aa
index 08b8d4b85dc8..2d195db14a2e 100644
--- a/games/flightgear-data/patches.tools/gfc-patch-aa
+++ b/games/flightgear-data/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