diff options
author | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 15:50:11 +0000 |
---|---|---|
committer | Lars Koeller <lkoeller@FreeBSD.org> | 2003-01-19 15:50:11 +0000 |
commit | 6f2f71efd4458474a08407e65ac437005fb4dc56 (patch) | |
tree | 464595dc7c258f7141104fddc9bf5c8fbdd051f7 /x11/libhelp/files/patch-ad | |
parent | o) Remove of obsoleted xmgr port (diff) |
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.
Notes
Notes:
svn path=/head/; revision=73497
Diffstat (limited to 'x11/libhelp/files/patch-ad')
-rw-r--r-- | x11/libhelp/files/patch-ad | 39 |
1 files changed, 0 insertions, 39 deletions
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 <stdio.h> - #include <ctype.h> - #include <math.h> -! #include <malloc.h> - #include "HTMLP.h" - - /* Fix thanks to robm. */ -! #ifdef __alpha - #include <Xm/VaSimple.h> - #endif - ---- 47,61 ---- - #include <stdio.h> - #include <ctype.h> - #include <math.h> -! #ifdef __FreeBSD__ -! # include <stdlib.h> -! #else -! # include <malloc.h> -! #endif - #include "HTMLP.h" - - /* Fix thanks to robm. */ -! #if defined(__alpha) && !defined(__FreeBSD__) - #include <Xm/VaSimple.h> - #endif - -*************** -*** 1507,1510 **** - - return( PS_string); - } -- ---- 1511,1513 ---- |