aboutsummaryrefslogtreecommitdiff
path: root/x11/kdebase4-runtime
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2006-09-14 13:08:27 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2006-09-14 13:08:27 +0000
commitff9754ecc9203d65d96f6c4003220a3bdce64eb1 (patch)
tree4ca65e78ec821bd12165b4e351021571a38ce1f4 /x11/kdebase4-runtime
parent9c518e9473622144785ce8733bf9749412a3945e (diff)
downloadports-ff9754ecc9203d65d96f6c4003220a3bdce64eb1.tar.gz
ports-ff9754ecc9203d65d96f6c4003220a3bdce64eb1.zip
Fix KControl/kcmshell so the Peripherals/Digital Camera KControl module
(installed by graphics/kamera) will work.
Notes
Notes: svn path=/head/; revision=173041
Diffstat (limited to 'x11/kdebase4-runtime')
-rw-r--r--x11/kdebase4-runtime/Makefile2
-rw-r--r--x11/kdebase4-runtime/files/patch-kcontrol_kcontrol-Makefile.in11
2 files changed, 12 insertions, 1 deletions
diff --git a/x11/kdebase4-runtime/Makefile b/x11/kdebase4-runtime/Makefile
index 2dc9cbdf9f48..36013d60433f 100644
--- a/x11/kdebase4-runtime/Makefile
+++ b/x11/kdebase4-runtime/Makefile
@@ -8,7 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE_VERSION}
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src
diff --git a/x11/kdebase4-runtime/files/patch-kcontrol_kcontrol-Makefile.in b/x11/kdebase4-runtime/files/patch-kcontrol_kcontrol-Makefile.in
new file mode 100644
index 000000000000..cc47b08b7e98
--- /dev/null
+++ b/x11/kdebase4-runtime/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