mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 17:29:23 -04:00
fix manpage error: does not have manpage.
This port is still broken.
This commit is contained in:
parent
1a5189c956
commit
f03b51fefe
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=48042
1 changed files with 22 additions and 30 deletions
|
@ -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()
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue