diff options
author | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
---|---|---|
committer | cvs2svn <cvs2svn@FreeBSD.org> | 1999-05-14 11:54:55 +0000 |
commit | b919b8311bc5d38e5731d40525c88c54816f4530 (patch) | |
tree | 35bbb3a9293cb7a160571b1bceb1ca2a52507a18 /science/felt/files/patch-ab | |
parent | Despite what I said before, this is the official INDEX file for (diff) |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_2_0'.release/3.2.0
Notes
Notes:
svn path=/head/; revision=18827
svn path=/tags/RELEASE_3_2_0/; revision=18828; tag=release/3.2.0
Diffstat (limited to 'science/felt/files/patch-ab')
-rw-r--r-- | science/felt/files/patch-ab | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/science/felt/files/patch-ab b/science/felt/files/patch-ab deleted file mode 100644 index e13826e2172c..000000000000 --- a/science/felt/files/patch-ab +++ /dev/null @@ -1,40 +0,0 @@ -diff -rc src/Velvet.orig/Makefile src/Velvet/Makefile -*** src/Velvet.orig/Makefile Wed Dec 23 23:01:05 1998 ---- src/Velvet/Makefile Wed Dec 23 23:01:34 1998 -*************** -*** 18,24 **** - CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include - LDFLAGS = $(LDOPTS) -L$(X11LIB) - LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\ -! -lXaw -lXmu -lXt -lSM -lICE -lXext -lX11 -lm - OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\ - colors.o constraint.o contour.o draw3d.o drawingshell.o\ - element.o elementlist.o elementop.o eps.o error.o field.o file.o\ ---- 18,24 ---- - CFLAGS = $(CCOPTS) -I$(X11INC) -I$(TOPDIR)/include - LDFLAGS = $(LDOPTS) -L$(X11LIB) - LIBS = $(LIBWIDGETS) $(LIBGEN) $(LIBGEOMPACK) $(LIBFELT) $(LIBELT) $(LIBMTX)\ -! -lXaw3d -lXmu -lXt -lSM -lICE -lXext -lX11 -lm - OBJS = analysis.o animate.o apply.o bivar.o callbacks.o canvas.o\ - colors.o constraint.o contour.o draw3d.o drawingshell.o\ - element.o elementlist.o elementop.o eps.o error.o field.o file.o\ -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 |