diff options
author | lofi <lofi@FreeBSD.org> | 2006-09-14 21:08:27 +0800 |
---|---|---|
committer | lofi <lofi@FreeBSD.org> | 2006-09-14 21:08:27 +0800 |
commit | c0f4aeaa9880a149f86c69625464682f27f042f1 (patch) | |
tree | 5229229be9657389d80d64c28630c14339dc1de9 /x11/kde4-workspace/files | |
parent | fdbf122b687b948115863e710e9527c2c2bda926 (diff) | |
download | freebsd-ports-gnome-c0f4aeaa9880a149f86c69625464682f27f042f1.tar.gz freebsd-ports-gnome-c0f4aeaa9880a149f86c69625464682f27f042f1.tar.zst freebsd-ports-gnome-c0f4aeaa9880a149f86c69625464682f27f042f1.zip |
Fix KControl/kcmshell so the Peripherals/Digital Camera KControl module
(installed by graphics/kamera) will work.
Diffstat (limited to 'x11/kde4-workspace/files')
-rw-r--r-- | x11/kde4-workspace/files/patch-kcontrol_kcontrol-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/kde4-workspace/files/patch-kcontrol_kcontrol-Makefile.in b/x11/kde4-workspace/files/patch-kcontrol_kcontrol-Makefile.in new file mode 100644 index 000000000000..cc47b08b7e98 --- /dev/null +++ b/x11/kde4-workspace/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 |