diff options
author | lkoeller <lkoeller@FreeBSD.org> | 2003-01-19 23:50:11 +0800 |
---|---|---|
committer | lkoeller <lkoeller@FreeBSD.org> | 2003-01-19 23:50:11 +0800 |
commit | 1a037db68c9446b2f9e2ca3d455f677f0f9228d6 (patch) | |
tree | eed8a8a3cabeb3621a56979d6144c3ae9d36002e /x11/libhelp/files/patch-af | |
parent | 05518b0c3c8a1f8001e64db31a0e6763a59d5df8 (diff) | |
download | freebsd-ports-graphics-1a037db68c9446b2f9e2ca3d455f677f0f9228d6.tar.gz freebsd-ports-graphics-1a037db68c9446b2f9e2ca3d455f677f0f9228d6.tar.zst freebsd-ports-graphics-1a037db68c9446b2f9e2ca3d455f677f0f9228d6.zip |
o) libhelp was only used by xmgr, which was just deleted.
o) libhelp didn't compile on current motif.
o) Development of libhelp didn't take place since years.
Diffstat (limited to 'x11/libhelp/files/patch-af')
-rw-r--r-- | x11/libhelp/files/patch-af | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/x11/libhelp/files/patch-af b/x11/libhelp/files/patch-af deleted file mode 100644 index 6af616aab60..00000000000 --- a/x11/libhelp/files/patch-af +++ /dev/null @@ -1,15 +0,0 @@ -diff -cb ../../../libhelp-1.8.1/libhelp/load.c libhelp/load.c -*** ../../../libhelp-1.8.1/libhelp/load.c Wed Jun 28 15:00:15 1995 ---- libhelp/load.c Mon Oct 20 19:00:11 1997 -*************** -*** 37,42 **** ---- 37,45 ---- - /*----------------------------------------------------------------------* - *g include section - **----------------------------------------------------------------------*/ -+ #ifdef __FreeBSD__ -+ #include <sys/types.h> -+ #endif __FreeBSD__ - #include <dirent.h> - #include <sys/stat.h> - #include <unistd.h> |