summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2008-09-23 03:48:54 +0000
committerJeremy Olexa <darkside@gentoo.org>2008-09-23 03:48:54 +0000
commitf9da11d35235ea18d3c87d7aecc604b124a5bbd8 (patch)
tree5ad6477c0c56573547f470e525170f15b84de4dc /media-radio/svxlink/files
parentfix manifest (diff)
downloadhistorical-f9da11d35235ea18d3c87d7aecc604b124a5bbd8.tar.gz
historical-f9da11d35235ea18d3c87d7aecc604b124a5bbd8.tar.bz2
historical-f9da11d35235ea18d3c87d7aecc604b124a5bbd8.zip
(non-maintainer commit) Fix compilation issues, version bump, and remove old. Thanks to Thomas Beierlein for fixing in bug #234090
Package-Manager: portage-2.2_rc8/cvs/Linux 2.6.26-gentoo x86_64
Diffstat (limited to 'media-radio/svxlink/files')
-rw-r--r--media-radio/svxlink/files/kde.patch19
-rw-r--r--media-radio/svxlink/files/svxlink-fix-Makefile.diff18
2 files changed, 18 insertions, 19 deletions
diff --git a/media-radio/svxlink/files/kde.patch b/media-radio/svxlink/files/kde.patch
deleted file mode 100644
index de998e4b378f..000000000000
--- a/media-radio/svxlink/files/kde.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- svxlink/create_config.sh 2006-12-04 21:42:58.000000000 +0100
-+++ svxlink.patched/create_config.sh 2007-12-16 19:08:15.000000000 +0100
-@@ -47,13 +47,13 @@
- # Check for KDE
- info "--- Checking for KDE..."
- if [ "${KDEDIR}" != "" ]; then
-- if [ -r "${KDEDIR}/include/kde/kdeversion.h" ]; then
-- KDEINC=${KDEDIR}/include/kde
-+ if [ -r "${KDEDIR}/include/kdeversion.h" ]; then
-+ KDEINC=${KDEDIR}/include
- KDE_VERSION_INC=${KDEINC}/kdeversion.h
- elif [ -r "${KDEDIR}/include/kapp.h" ]; then
- KDEINC=${KDEDIR}/include
- KDE_VERSION_INC=${KDEINC}/kapp.h
-- elif [ -r "${KDEDIR}/include/kde/kapp.h" ]; then
-+ elif [ -r "${KDEDIR}/include/kapp.h" ]; then
- KDEINC=${KDEDIR}/include/kde
- KDE_VERSION_INC=${KDEINC}/kapp.h
- fi
diff --git a/media-radio/svxlink/files/svxlink-fix-Makefile.diff b/media-radio/svxlink/files/svxlink-fix-Makefile.diff
new file mode 100644
index 000000000000..faccb22c6578
--- /dev/null
+++ b/media-radio/svxlink/files/svxlink-fix-Makefile.diff
@@ -0,0 +1,18 @@
+# fixes the problem with not building '.config' fiel if you have an '.config'
+# in the filesystem root '/' (see bug 234090)
+
+--- Makefile.orig 2007-08-23 23:43:28.000000000 +0200
++++ Makefile 2008-08-12 21:53:59.000000000 +0200
+@@ -255,6 +255,12 @@
+ fi
+ endif
+
++#
++# Create the .config file if it does not exist
++#
++$(ROOT)/.config: $(ROOT)/create_config.sh
++ echo -e --- Creating $(BOLD)$@$(NBOLD)...
++ $(ROOT)/create_config.sh $@
+
+ #
+ # Create a cache file containing the relative path to the project root