summaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2000-02-03 15:01:25 +0000
committerobrien <obrien@FreeBSD.org>2000-02-03 15:01:25 +0000
commitae257493b6eaf58c0033d891497642dca0ec10ca (patch)
tree1de38fb03576e608a661164ecd16d3ec5e1870eb /games
parentd36651f883ea3466b6e8bc843fd3850a102bfce2 (diff)
downloadFreeBSD-ports-ae257493b6eaf58c0033d891497642dca0ec10ca.zip
FreeBSD-ports-ae257493b6eaf58c0033d891497642dca0ec10ca.tar.gz
Fix an ISO-C++ problem.
Diffstat (limited to 'games')
-rw-r--r--games/xbill/files/patch-ae11
1 files changed, 11 insertions, 0 deletions
diff --git a/games/xbill/files/patch-ae b/games/xbill/files/patch-ae
new file mode 100644
index 0000000..0a8dd3e
--- /dev/null
+++ b/games/xbill/files/patch-ae
@@ -0,0 +1,11 @@
+--- Cable.h.orig Thu Jan 23 08:22:49 1997
++++ Cable.h Tue Jan 11 23:39:25 2000
+@@ -13,7 +13,7 @@
+ void setup();
+ void draw();
+ void update();
+- onspark (int locx, int locy);
++ int onspark (int locx, int locy);
+
+ };
+
OpenPOWER on IntegriCloud