diff options
author | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:06:26 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-05-29 03:06:26 +0000 |
commit | 5405fff0be7e3126874a105e6efa4b6d9f609205 (patch) | |
tree | f050d18bb61d4f0e5b0e36c9c15eaaee8960eb3e /science/felt/files/patch-ab | |
parent | Add GPC - GNU Pascal Compiler. Finally we have a Pascal compiler in the (diff) |
Update to version 3.05.
PR: 18513
Submitted by: maintainer
Diffstat (limited to 'science/felt/files/patch-ab')
-rw-r--r-- | science/felt/files/patch-ab | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/science/felt/files/patch-ab b/science/felt/files/patch-ab index e13826e2172c..59a8c9cf6685 100644 --- a/science/felt/files/patch-ab +++ b/science/felt/files/patch-ab @@ -1,23 +1,3 @@ -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 |