summaryrefslogtreecommitdiff
path: root/cad/xcircuit/files/patch-ae
diff options
context:
space:
mode:
authorAde Lovett <ade@FreeBSD.org>2000-10-17 20:08:41 +0000
committerAde Lovett <ade@FreeBSD.org>2000-10-17 20:08:41 +0000
commit626b15b79e9691cf51f4d65a39b80fae45befc37 (patch)
treec59d776d10a9c3e62c3aeadfc28326dddde93ba1 /cad/xcircuit/files/patch-ae
parentAdd USE_GMAKE (diff)
Update to 2.1b6
PR: 22055 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=33942
Diffstat (limited to '')
-rw-r--r--cad/xcircuit/files/patch-ae16
1 files changed, 13 insertions, 3 deletions
diff --git a/cad/xcircuit/files/patch-ae b/cad/xcircuit/files/patch-ae
index f50f1bce8e18..7a9cd82919ee 100644
--- a/cad/xcircuit/files/patch-ae
+++ b/cad/xcircuit/files/patch-ae
@@ -1,5 +1,5 @@
-*** filelist.c.orig Tue Feb 29 23:35:01 2000
---- filelist.c Mon Mar 13 02:23:41 2000
+*** filelist.c.orig Thu May 4 06:58:52 2000
+--- filelist.c Fri Oct 13 04:55:01 2000
***************
*** 5,12 ****
--- 5,19 ----
@@ -14,7 +14,17 @@
+ #include <dirent.h>
+ #include <unistd.h>
+ #define direct dirent
-+ #endif
++ #else
#ifdef linux
#include <dirent.h>
#include <linux/unistd.h>
+***************
+*** 19,24 ****
+--- 26,32 ----
+ #else
+ #include <stdlib.h>
+ #include <sys/dir.h>
++ #endif
+ #endif
+ #endif
+ #include <sys/stat.h>