diff options
Diffstat (limited to 'science/felt/files')
-rw-r--r-- | science/felt/files/patch-aa | 41 | ||||
-rw-r--r-- | science/felt/files/patch-ab | 20 | ||||
-rw-r--r-- | science/felt/files/patch-ac | 16 | ||||
-rw-r--r-- | science/felt/files/patch-ad | 15 |
4 files changed, 0 insertions, 92 deletions
diff --git a/science/felt/files/patch-aa b/science/felt/files/patch-aa deleted file mode 100644 index dfc136434b61..000000000000 --- a/science/felt/files/patch-aa +++ /dev/null @@ -1,41 +0,0 @@ ---- configure.orig Mon May 29 23:29:15 1995 -+++ configure Mon Apr 30 03:03:43 2001 -@@ -71,7 +71,6 @@ - - echo Configuring ... - --which CC gcc - which RANLIB ranlib - which CAT cat - which TRUE true -@@ -136,7 +135,6 @@ - - # provide worst-case defaults - --: ${CC:=cc} - : ${RANLIB:=$TRUE} - : ${READDIR:=/lib} - : ${DEST}:=.} -@@ -145,12 +143,11 @@ - : ${X11INC:=.} - : ${X11LIB:=.} - --CC=`basename $CC` - RANLIB=`basename $RANLIB` - READDIR=`dirname $READDIR` - CONTRIBDIR=none - --if [ $CC = gcc ]; then CCOPTS=-O3; else CCOPTS=-O; fi -+CCOPTS=${CFLAGS} - - - # defaults for known architectures that fail the above -@@ -222,7 +219,7 @@ - CONTRIBFLAGS = $CONTRIBFLAGS - CPP = $CPP - DESTBIN = $DEST/bin --DESTLIB = $DEST/lib/felt -+DESTLIB = $DEST/share/felt - DESTMAN = $DEST/man - INSTALL = sh \$(TOPDIR)/etc/install.sh -c - LDOPTS = diff --git a/science/felt/files/patch-ab b/science/felt/files/patch-ab deleted file mode 100644 index 59a8c9cf6685..000000000000 --- a/science/felt/files/patch-ab +++ /dev/null @@ -1,20 +0,0 @@ -diff -rc src/Velvet.orig/Velvet.ad src/Velvet/Velvet.ad -*** src/Velvet.orig/Velvet.ad Wed Dec 23 23:01:06 1998 ---- src/Velvet/Velvet.ad Wed Dec 23 23:01:34 1998 -*************** -*** 1046,1052 **** - - ! 3d specific defaults - -! !*shapeStyle: Rectangle -! !*control*spacer.height: 43 -! !*control*MenuButton*height: 26 -! !*control*Command*height: 26 ---- 1046,1052 ---- - - ! 3d specific defaults - -! *shapeStyle: Rectangle -! *control*spacer.height: 43 -! *control*MenuButton*height: 26 -! *control*Command*height: 26 diff --git a/science/felt/files/patch-ac b/science/felt/files/patch-ac deleted file mode 100644 index c9361f62f8ee..000000000000 --- a/science/felt/files/patch-ac +++ /dev/null @@ -1,16 +0,0 @@ -*** src/Burlap/allocate.h.orig Sat Jun 14 22:32:22 1997 ---- src/Burlap/allocate.h Sat Jun 14 22:35:28 1997 -*************** -*** 28,34 **** ---- 28,38 ---- - - # ifndef _ALLOCATE_H - # define _ALLOCATE_H -+ #ifdef __STDC__ -+ #include <stdlib.h> -+ #else - # include <malloc.h> -+ #endif - # include <string.h> - - # define New(type) \ diff --git a/science/felt/files/patch-ad b/science/felt/files/patch-ad deleted file mode 100644 index 22525e8ca2d8..000000000000 --- a/science/felt/files/patch-ad +++ /dev/null @@ -1,15 +0,0 @@ ---- include/allocate.h.orig Fri Jan 10 20:11:30 1997 -+++ include/allocate.h Fri Jan 10 20:10:54 1997 -@@ -25,7 +25,12 @@ - - # ifndef _ALLOCATE_H - # define _ALLOCATE_H -+ -+#ifdef __STDC__ -+#include <stdlib.h> -+#else - # include "malloc.h" -+#endif - - # define AllocNew(type) \ - (type *) malloc (sizeof (type)) |