From ff9754ecc9203d65d96f6c4003220a3bdce64eb1 Mon Sep 17 00:00:00 2001 From: Michael Nottebrock Date: Thu, 14 Sep 2006 13:08:27 +0000 Subject: Fix KControl/kcmshell so the Peripherals/Digital Camera KControl module (installed by graphics/kamera) will work. --- x11/kdebase3/files/patch-kcontrol_kcontrol-Makefile.in | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/kdebase3/files/patch-kcontrol_kcontrol-Makefile.in (limited to 'x11/kdebase3/files') diff --git a/x11/kdebase3/files/patch-kcontrol_kcontrol-Makefile.in b/x11/kdebase3/files/patch-kcontrol_kcontrol-Makefile.in new file mode 100644 index 000000000000..cc47b08b7e98 --- /dev/null +++ b/x11/kdebase3/files/patch-kcontrol_kcontrol-Makefile.in @@ -0,0 +1,11 @@ +--- kcontrol/kcontrol/Makefile.in.orig Thu Sep 14 06:24:48 2006 ++++ kcontrol/kcontrol/Makefile.in Thu Sep 14 06:24:55 2006 +@@ -1239,7 +1239,7 @@ + echo 'extern "C" int kdemain(int argc, char* argv[]);' >> kcontrol_dummy.cpp; \ + echo 'extern "C" KDE_EXPORT int kdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); }' >> kcontrol_dummy.cpp + kcontrol_LDFLAGS = $(KDE_RPATH) -no-undefined $(all_libraries) +-kcontrol_LDADD = libkdeinit_kcontrol.la ++kcontrol_LDADD = libkdeinit_kcontrol.la -lintl + kcontrol_DEPENDENCIES = libkdeinit_kcontrol.la + + #>+ 5 -- cgit v1.2.3