summaryrefslogtreecommitdiff
path: root/games/lincity/files/patch-ac
diff options
context:
space:
mode:
authorKirill Ponomarev <krion@FreeBSD.org>2003-12-21 17:44:51 +0000
committerKirill Ponomarev <krion@FreeBSD.org>2003-12-21 17:44:51 +0000
commitb6f16b3151df7d170fd491a0beb20f0bbd614cd4 (patch)
treefc5f96530a706cd8466084ba375517f61a7680f7 /games/lincity/files/patch-ac
parent- Fix build on architecture other than i386/alpha (diff)
- Update to version 1.12.0
PR: 60464 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=96327
Diffstat (limited to 'games/lincity/files/patch-ac')
-rw-r--r--games/lincity/files/patch-ac18
1 files changed, 0 insertions, 18 deletions
diff --git a/games/lincity/files/patch-ac b/games/lincity/files/patch-ac
deleted file mode 100644
index f32ddbc31b5a..000000000000
--- a/games/lincity/files/patch-ac
+++ /dev/null
@@ -1,18 +0,0 @@
---- main.cxx.orig Fri Feb 26 02:17:54 1999
-+++ main.cxx Tue Nov 19 05:27:27 2002
-@@ -4,6 +4,7 @@
-
- #include <stdio.h>
- #include <stdlib.h>
-+#include <string.h>
- #if !defined (WIN32)
- #include <strings.h>
- #endif
-@@ -779,7 +780,6 @@
- DIR *dp;
- if ((dp = opendir (dir)) == NULL)
- {
-- closedir (dp);
- return 0;
- }
- closedir (dp);