1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/math/femlab/files/patch-aa
Thomas Gellekum 2b4ca0d2c4 Import of femlab port. femlab solves PDEs in 2D using the
finite element method.

PR:		4531
Submitted by:	Pedro Giffuni <giffunip@asme.org>
1997-09-16 07:05:00 +00:00

32 lines
803 B
Plaintext

*** source/Imakefile.orig Tue Sep 2 10:38:18 1997
--- source/Imakefile Tue Sep 2 10:39:42 1997
***************
*** 17,29 ****
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 -O2
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