From 6f2f71efd4458474a08407e65ac437005fb4dc56 Mon Sep 17 00:00:00 2001 From: Lars Koeller Date: Sun, 19 Jan 2003 15:50:11 +0000 Subject: 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. --- x11/libhelp/files/patch-ad | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 x11/libhelp/files/patch-ad (limited to 'x11/libhelp/files/patch-ad') diff --git a/x11/libhelp/files/patch-ad b/x11/libhelp/files/patch-ad deleted file mode 100644 index 11cf27ec09cd..000000000000 --- a/x11/libhelp/files/patch-ad +++ /dev/null @@ -1,39 +0,0 @@ -diff -cb ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c libhtmlw/HTML-PSformat.c -*** ../../../libhelp-1.8.1/libhtmlw/HTML-PSformat.c Mon Dec 26 12:15:57 1994 ---- libhtmlw/HTML-PSformat.c Sun May 30 18:26:14 1999 -*************** -*** 47,57 **** - #include - #include - #include -! #include - #include "HTMLP.h" - - /* Fix thanks to robm. */ -! #ifdef __alpha - #include - #endif - ---- 47,61 ---- - #include - #include - #include -! #ifdef __FreeBSD__ -! # include -! #else -! # include -! #endif - #include "HTMLP.h" - - /* Fix thanks to robm. */ -! #if defined(__alpha) && !defined(__FreeBSD__) - #include - #endif - -*************** -*** 1507,1510 **** - - return( PS_string); - } -- ---- 1511,1513 ---- -- cgit v1.2.3