c3b74d7333
Now supports building a shared library with libtool, dynamic device drivers, and many other improvements. Over 1000 commits since previous release.
13 lines
302 B
Text
13 lines
302 B
Text
$NetBSD: patch-af,v 1.6 2003/07/10 08:55:05 jtb Exp $
|
|
|
|
--- utils/Makefile.in.orig
|
|
+++ utils/Makefile.in
|
|
@@ -143,7 +143,7 @@
|
|
LIBLTDL = @LIBLTDL@
|
|
LIBOBJS = @LIBOBJS@
|
|
LIBRARY_VERSION = @LIBRARY_VERSION@
|
|
-LIBS = @LIBS@
|
|
+LIBS = @LIBS@ -lX11
|
|
LIBTOOL = @LIBTOOL@
|
|
LIB_DIR = @LIB_DIR@
|
|
LIB_TAG = @LIB_TAG@
|