summaryrefslogtreecommitdiffstats
path: root/audio/esound
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-08-12 17:31:27 +0000
committermarcus <marcus@FreeBSD.org>2004-08-12 17:31:27 +0000
commit55ed39d5aeaa6a3a977b19a362da48533e2fe390 (patch)
treecbeb52d15b03bec531d6fe67cead55a3f802994c /audio/esound
parent086076a6972eb3d6d2dd3f7688238803b61bd5fa (diff)
downloadFreeBSD-ports-55ed39d5aeaa6a3a977b19a362da48533e2fe390.zip
FreeBSD-ports-55ed39d5aeaa6a3a977b19a362da48533e2fe390.tar.gz
Update to 0.2.35.
Diffstat (limited to 'audio/esound')
-rw-r--r--audio/esound/Makefile4
-rw-r--r--audio/esound/distinfo4
-rw-r--r--audio/esound/files/patch-audio_oss.c2
3 files changed, 5 insertions, 5 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile
index b30e288..8c09f9f 100644
--- a/audio/esound/Makefile
+++ b/audio/esound/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= esound
-PORTVERSION= 0.2.34
+PORTVERSION= 0.2.35
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/0.2
@@ -21,7 +21,7 @@ USE_GETOPT_LONG= yes
USE_BZIP2= yes
INSTALLS_SHLIB= yes
USE_GNOME= gnometarget gnomehack
-USE_INC_LIBTOOL_VER= 13
+USE_LIBTOOL_VER=15
CONFLICTS= py*-ro-*
diff --git a/audio/esound/distinfo b/audio/esound/distinfo
index debc826..e3f3943 100644
--- a/audio/esound/distinfo
+++ b/audio/esound/distinfo
@@ -1,2 +1,2 @@
-MD5 (gnome/esound-0.2.34.tar.bz2) = 406514a52fe5daea32ec00cc2caedb25
-SIZE (gnome/esound-0.2.34.tar.bz2) = 318353
+MD5 (gnome/esound-0.2.35.tar.bz2) = 1566344f80a8909b5e6e4d6b6520c2c1
+SIZE (gnome/esound-0.2.35.tar.bz2) = 384641
diff --git a/audio/esound/files/patch-audio_oss.c b/audio/esound/files/patch-audio_oss.c
index 73aa38a..9d540c8 100644
--- a/audio/esound/files/patch-audio_oss.c
+++ b/audio/esound/files/patch-audio_oss.c
@@ -11,7 +11,7 @@
+#endif
/* FreeBSD uses a different identifier? what other BSDs? */
--#ifdef __FreeBSD__
+-#if defined(__FreeBSD__) || defined(__FreeBSD_kernel__)
+#ifndef SNDCTL_DSP_SETDUPLEX
#define SNDCTL_DSP_SETDUPLEX DSP_CAP_DUPLEX
#endif
OpenPOWER on IntegriCloud