mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
35ce506e64
PR: 5935 Submitted by: Pedro Giffuni <giffunip@asme.org>
32 lines
812 B
Plaintext
32 lines
812 B
Plaintext
*** source/Imakefile.orig Tue Sep 19 02:22:29 1995
|
|
--- source/Imakefile Fri Mar 6 22:03:52 1998
|
|
***************
|
|
*** 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 -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
|
|
|