ff39c062b7
* Use qt2-designer-kde for a uic that understands KDE2 widgets. * On Linux, kmtrace is installed, so handle it in the PLIST. * libkstartperf.so needs to link against libltdl.so so add run-time dependency on libtool.
13 lines
383 B
Text
13 lines
383 B
Text
$NetBSD: patch-ac,v 1.1 2001/11/13 21:16:55 jlam Exp $
|
|
|
|
--- kstartperf/Makefile.in.orig Fri Sep 7 20:49:17 2001
|
|
+++ kstartperf/Makefile.in
|
|
@@ -238,7 +238,7 @@
|
|
CPPFLAGS = @CPPFLAGS@
|
|
LDFLAGS = @LDFLAGS@
|
|
LIBS = @LIBS@
|
|
-libkstartperf_la_LIBADD =
|
|
+libkstartperf_la_LIBADD = -lltdl
|
|
#>- libkstartperf_la_OBJECTS = libkstartperf.lo
|
|
#>+ 1
|
|
libkstartperf_la_OBJECTS = libkstartperf.lo
|