diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-14 13:08:27 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2006-09-14 13:08:27 +0000 |
commit | ff9754ecc9203d65d96f6c4003220a3bdce64eb1 (patch) | |
tree | 4ca65e78ec821bd12165b4e351021571a38ce1f4 /x11/kdelibs3 | |
parent | - Fix maintainer email address, now @FreeBSD.org (diff) |
Fix KControl/kcmshell so the Peripherals/Digital Camera KControl module
(installed by graphics/kamera) will work.
Diffstat (limited to 'x11/kdelibs3')
-rw-r--r-- | x11/kdelibs3/Makefile | 1 | ||||
-rw-r--r-- | x11/kdelibs3/files/patch-kcmshell-Makefile.in | 11 |
2 files changed, 12 insertions, 0 deletions
diff --git a/x11/kdelibs3/Makefile b/x11/kdelibs3/Makefile index baf10175e129..e642612b2a0a 100644 --- a/x11/kdelibs3/Makefile +++ b/x11/kdelibs3/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdelibs PORTVERSION= ${KDE_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= stable/${PORTVERSION:S/.0//}/src diff --git a/x11/kdelibs3/files/patch-kcmshell-Makefile.in b/x11/kdelibs3/files/patch-kcmshell-Makefile.in new file mode 100644 index 000000000000..d4142d7fa1e9 --- /dev/null +++ b/x11/kdelibs3/files/patch-kcmshell-Makefile.in @@ -0,0 +1,11 @@ +--- kcmshell/Makefile.in.orig Thu Sep 14 05:45:09 2006 ++++ kcmshell/Makefile.in Thu Sep 14 05:45:54 2006 +@@ -1033,7 +1033,7 @@ + echo 'extern "C" int kdemain(int argc, char* argv[]);' >> kcmshell_dummy.cpp; \ + echo 'extern "C" KDE_EXPORT int kdeinitmain(int argc, char* argv[]) { return kdemain(argc,argv); }' >> kcmshell_dummy.cpp + kcmshell_LDFLAGS = $(KDE_RPATH) -no-undefined $(all_libraries) +-kcmshell_LDADD = libkdeinit_kcmshell.la ++kcmshell_LDADD = libkdeinit_kcmshell.la -lintl + kcmshell_DEPENDENCIES = libkdeinit_kcmshell.la + + #>+ 5 |