diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 16:08:19 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-09-21 16:08:19 +0000 |
commit | f03b51fefe583cd0243cfdd2cd011c89feb7d8bd (patch) | |
tree | 03657d5f1a62f7f1ce0fd41f9841fc844156c599 /math/femlab | |
parent | 1a5189c956a9ea90215905957fc7ddc81d0b8740 (diff) | |
download | ports-f03b51fefe583cd0243cfdd2cd011c89feb7d8bd.tar.gz ports-f03b51fefe583cd0243cfdd2cd011c89feb7d8bd.zip |
fix manpage error: does not have manpage.
This port is still broken.
Notes
Notes:
svn path=/head/; revision=48042
Diffstat (limited to 'math/femlab')
-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 a55693fcdcd9..589c3cc5e3c7 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() + |