mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
f03b51fefe
This port is still broken.
24 lines
600 B
Plaintext
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()
|
|
|