aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2010-08-05 18:08:32 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2010-08-05 18:08:32 +0000
commitcdb1a5c08b4d96b2d4024f5283253d5912cd91b3 (patch)
tree1f8535e24025784cc1c083160552adebadaea5c3 /x11
parent6c2ae1d7c1d72081382aae7486d5d6acb0e8fbac (diff)
downloadports-cdb1a5c08b4d96b2d4024f5283253d5912cd91b3.tar.gz
ports-cdb1a5c08b4d96b2d4024f5283253d5912cd91b3.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/kdelibs4/Makefile1
-rw-r--r--x11/kdelibs4/files/patch-cmake_modules_FindAlsa.cmake10
2 files changed, 11 insertions, 0 deletions
diff --git a/x11/kdelibs4/Makefile b/x11/kdelibs4/Makefile
index 3b422e29ce60..2c746a5ac943 100644
--- a/x11/kdelibs4/Makefile
+++ b/x11/kdelibs4/Makefile
@@ -8,6 +8,7 @@
PORTNAME= kdelibs
PORTVERSION= ${KDE4_VERSION}
+PORTREVISION= 1
CATEGORIES= x11 kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
diff --git a/x11/kdelibs4/files/patch-cmake_modules_FindAlsa.cmake b/x11/kdelibs4/files/patch-cmake_modules_FindAlsa.cmake
new file mode 100644
index 000000000000..943bb096b324
--- /dev/null
+++ b/x11/kdelibs4/files/patch-cmake_modules_FindAlsa.cmake
@@ -0,0 +1,10 @@
+--- ./cmake/modules/FindAlsa.cmake.orig 2010-03-24 16:20:34.000000000 +0300
++++ ./cmake/modules/FindAlsa.cmake 2010-08-05 18:49:30.046930607 +0400
+@@ -55,6 +55,7 @@
+ check_include_files(/usr/src/sys/i386/isa/sound/awe_voice.h HAVE__USR_SRC_SYS_I386_ISA_SOUND_AWE_VOICE_H)
+ check_include_files(/usr/src/sys/gnu/i386/isa/sound/awe_voice.h HAVE__USR_SRC_SYS_GNU_I386_ISA_SOUND_AWE_VOICE_H)
+
++ set(CMAKE_REQUIRED_INCLUDES ${ALSA_INCLUDES})
+ check_include_file_cxx(sys/asoundlib.h HAVE_SYS_ASOUNDLIB_H)
+ check_include_file_cxx(alsa/asoundlib.h HAVE_ALSA_ASOUNDLIB_H)
+