summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-08-15 08:51:46 +0000
committerMike Frysinger <vapier@gentoo.org>2004-08-15 08:51:46 +0000
commitbee3ea79967397c28c83e4f7a536ff31b7252876 (patch)
treedc5c4a8b505fee62793e149c75f3931d0c647c0f /dev-games/clanlib/files/0.7.7-port.patch
parentStable on alpha, bug 60309. (diff)
downloadhistorical-bee3ea79967397c28c83e4f7a536ff31b7252876.tar.gz
historical-bee3ea79967397c28c83e4f7a536ff31b7252876.tar.bz2
historical-bee3ea79967397c28c83e4f7a536ff31b7252876.zip
SLOT 0.6.x but leave 0.7.x alone #52509 / #44258
Diffstat (limited to 'dev-games/clanlib/files/0.7.7-port.patch')
-rw-r--r--dev-games/clanlib/files/0.7.7-port.patch11
1 files changed, 0 insertions, 11 deletions
diff --git a/dev-games/clanlib/files/0.7.7-port.patch b/dev-games/clanlib/files/0.7.7-port.patch
deleted file mode 100644
index a1da63f81147..000000000000
--- a/dev-games/clanlib/files/0.7.7-port.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- Sources/Network/Socket/ip_address_getsock.h.orig 2003-11-15 17:33:34.075094400 -0500
-+++ Sources/Network/Socket/ip_address_getsock.h 2003-11-15 17:33:39.688241072 -0500
-@@ -105,7 +105,7 @@
- unsigned int ip;
-
- // IP port in host byte order.
-- unsigned short port;
-+ unsigned int port;
- };
-
- #endif