diff options
author | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-16 12:23:06 +0000 |
---|---|---|
committer | Seiichirou Hiraoka <flathill@FreeBSD.org> | 1998-12-16 12:23:06 +0000 |
commit | ba5496caf46ef5ad6c46e36bff214903c3c826b4 (patch) | |
tree | 9afde6f11fc3052a3de59422f7991a4836369ee8 /science/felt/files | |
parent | PR: ports/9008 (diff) |
PR: ports/8871
Submitted by: pfgiffun@bachue.usc.unal.edu.co
Fix 'labelled as BROKEN'
Notes
Notes:
svn path=/head/; revision=15382
Diffstat (limited to 'science/felt/files')
-rw-r--r-- | science/felt/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/science/felt/files/patch-ab b/science/felt/files/patch-ab new file mode 100644 index 000000000000..e93f8a7e9dd0 --- /dev/null +++ b/science/felt/files/patch-ab @@ -0,0 +1,13 @@ +If you are not using the Xaw3d widget set, remove this patch + +--- src/Velvet/Makefile.orig Wed Dec 16 21:04:49 1998 ++++ src/Velvet/Makefile Wed Dec 16 21:03:41 1998 +@@ -18,7 +18,7 @@ + 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 ++ -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\ |