diff options
author | sf <sf@FreeBSD.org> | 2001-09-22 00:08:19 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-09-22 00:08:19 +0800 |
commit | fbbaee425660394d103d05b29904894122723530 (patch) | |
tree | db95c64dc368caa8dead7148271ce3a24dfa6ef2 /math | |
parent | 38de60899f58fddc5f0c20f3b9e1510e2eecd2b8 (diff) | |
download | freebsd-ports-graphics-fbbaee425660394d103d05b29904894122723530.tar.gz freebsd-ports-graphics-fbbaee425660394d103d05b29904894122723530.tar.zst freebsd-ports-graphics-fbbaee425660394d103d05b29904894122723530.zip |
fix manpage error: does not have manpage.
This port is still broken.
Diffstat (limited to 'math')
-rw-r--r-- | math/femlab/files/patch-aa | 52 |
1 files changed, 22 insertions, 30 deletions
diff --git a/math/femlab/files/patch-aa b/math/femlab/files/patch-aa index a55693fcdcd..589c3cc5e3c 100644 --- a/math/femlab/files/patch-aa +++ b/math/femlab/files/patch-aa @@ -1,31 +1,23 @@ -*** source/Imakefile.orig Tue Sep 19 02:22:29 1995 ---- source/Imakefile Fri Mar 6 22:03:52 1998 -*************** -*** 17,29 **** +--- source/Imakefile.orig Tue Sep 19 16:22:29 1995 ++++ source/Imakefile Sat Sep 22 01:04:55 2001 +@@ -17,18 +17,17 @@ + + OBJS = $(SRCS:.c=.o) + +- CC = gcc -O + CDEBUGFLAGS = + EXTRA_INCLUDES = -I../include + # + # Change next line to the location of the libsx library + # +-EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib ++EXTRA_LOAD_FLAGS = -L$(X11BASE) + LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs + DEPLIBS = XawClientDepLibs - OBJS = $(SRCS:.c=.o) - -! CC = gcc -O - CDEBUGFLAGS = - EXTRA_INCLUDES = -I../include - # - # Change next line to the location of the libsx library - # -! EXTRA_LOAD_FLAGS = -L/users/math/martenl/projects/lib - LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs - DEPLIBS = XawClientDepLibs - ---- 17,29 ---- - - OBJS = $(SRCS:.c=.o) - -! CC = gcc -O $(CFLAGS) - CDEBUGFLAGS = - EXTRA_INCLUDES = -I../include - # - # Change next line to the location of the libsx library - # -! EXTRA_LOAD_FLAGS = -L$(X11BASE) - LOCAL_LIBRARIES = -lfreq -lsx -lm XawClientLibs - DEPLIBS = XawClientDepLibs - + PROGRAMS = femlab + +-ComplexProgramTarget($(PROGRAMS)) ++ComplexProgramTargetNoMan($(PROGRAMS)) + DependTarget() + |