openbsd-ports/x11/kde/addons3/patches/patch-noatun-plugins_synaescope_Makefile_in
2003-12-07 20:19:13 +00:00

20 lines
932 B
Plaintext

$OpenBSD: patch-noatun-plugins_synaescope_Makefile_in,v 1.3 2003/12/07 20:19:13 espie Exp $
--- noatun-plugins/synaescope/Makefile.in.orig 2003-09-10 04:45:59.000000000 +0200
+++ noatun-plugins/synaescope/Makefile.in 2003-12-04 20:23:08.000000000 +0100
@@ -269,13 +269,13 @@ kde_module_LTLIBRARIES = noatunsynaescop
noatunsynaescope_la_SOURCES = synaescope.cpp
noatunsynaescope_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lnoatun -lm
+noatunsynaescope_la_LIBADD = $(LIB_KFILE) -lknoatun -lm
bin_PROGRAMS = noatunsynaescope.bin
noatunsynaescope_bin_SOURCES = core.cpp main.cpp sdlwrap.cpp ui.cpp
noatunsynaescope_bin_LDFLAGS = $(all_libraries) $(KDE_RPATH)
-noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lnoatun $(SDL_LIBS)
+noatunsynaescope_bin_LDADD = $(LIB_KDEUI) -lknoatun $(SDL_LIBS)
data_DATA = synaescope.plugin
subdir = noatun-plugins/synaescope