16 lines
436 B
Text
16 lines
436 B
Text
$NetBSD: patch-aa,v 1.1.1.1 1999/11/23 07:32:56 rh Exp $
|
|
|
|
--- Imakefile.orig Wed Apr 28 06:31:43 1993
|
|
+++ Imakefile Mon Nov 22 09:46:01 1999
|
|
@@ -17,9 +17,9 @@
|
|
## prior permission.
|
|
##
|
|
|
|
- SYS_LIBRARIES = -Bdynamic -lm
|
|
+ SYS_LIBRARIES = -lm
|
|
DEPLIBS = $(DEPXLIB)
|
|
-LOCAL_LIBRARIES = -Bstatic $(XLIB)
|
|
+LOCAL_LIBRARIES = $(XLIB)
|
|
|
|
SRCS = prtype.c print11.c table11.c decode11.c \
|
|
server.c fd.c common.c scope.c \
|