1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/math/femlab/files/patch-aa
FUJISHIMA Satsuki f03b51fefe fix manpage error: does not have manpage.
This port is still broken.
2001-09-21 16:08:19 +00:00

24 lines
600 B
Plaintext

--- 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
PROGRAMS = femlab
-ComplexProgramTarget($(PROGRAMS))
+ComplexProgramTargetNoMan($(PROGRAMS))
DependTarget()