diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-12 17:31:27 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2004-08-12 17:31:27 +0000 |
commit | 6f1594391c3de7161cfcae266242a82aa15e3ce2 (patch) | |
tree | 9f9a81becf4d9f05d66394c576a9995018ff9fd0 /audio/esound | |
parent | 1fdfd447c6ed6e43231aab79de6f00910fe32987 (diff) | |
download | ports-6f1594391c3de7161cfcae266242a82aa15e3ce2.tar.gz ports-6f1594391c3de7161cfcae266242a82aa15e3ce2.zip |
Notes
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/Makefile | 4 | ||||
-rw-r--r-- | audio/esound/distinfo | 4 | ||||
-rw-r--r-- | audio/esound/files/patch-audio_oss.c | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/audio/esound/Makefile b/audio/esound/Makefile index b30e288e36fb..8c09f9fafb37 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 debc826a6544..e3f394317928 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 73aa38a82b0f..9d540c88e219 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 |