mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
Fix breakage introduced with newest WindowMaker and libaudiofile.
Submitted by: bento
This commit is contained in:
parent
fded15910a
commit
36dacb9b52
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=39421
2 changed files with 38 additions and 0 deletions
|
@ -23,6 +23,7 @@ USE_X_PREFIX= yes
|
||||||
WANT_ESOUND= yes
|
WANT_ESOUND= yes
|
||||||
INSTALLS_SHLIB= yes
|
INSTALLS_SHLIB= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
|
CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include/WINGs"
|
||||||
|
|
||||||
MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \
|
MAN1= get-wsound-flags.1x getsoundset.1x setsoundset.1x \
|
||||||
wsoundplay.1x wsoundserver.1x
|
wsoundplay.1x wsoundserver.1x
|
||||||
|
|
37
audio/wsoundserver/files/patch-wslib::info.c
Normal file
37
audio/wsoundserver/files/patch-wslib::info.c
Normal file
|
@ -0,0 +1,37 @@
|
||||||
|
|
||||||
|
$FreeBSD$
|
||||||
|
|
||||||
|
--- wslib/info.c 2001/03/10 13:03:11 1.1
|
||||||
|
+++ wslib/info.c 2001/03/10 13:04:20
|
||||||
|
@@ -138,12 +138,6 @@
|
||||||
|
case AF_COMPRESSION_APPLE_MAC6:
|
||||||
|
fprintf(stderr, "Apple MAC6\n");
|
||||||
|
break;
|
||||||
|
- case AF_COMPRESSION_MPEG1:
|
||||||
|
- fprintf(stderr, "MPEG 1\n");
|
||||||
|
- break;
|
||||||
|
- case AF_COMPRESSION_AWARE_MULTIRATE:
|
||||||
|
- fprintf(stderr, "Aware MultiRate\n");
|
||||||
|
- break;
|
||||||
|
case AF_COMPRESSION_G726:
|
||||||
|
fprintf(stderr, "G726\n");
|
||||||
|
break;
|
||||||
|
@@ -158,18 +152,6 @@
|
||||||
|
break;
|
||||||
|
case AF_COMPRESSION_FS1016:
|
||||||
|
fprintf(stderr, "FS1016\n");
|
||||||
|
- break;
|
||||||
|
- case AF_COMPRESSION_DEFAULT_MPEG_I:
|
||||||
|
- fprintf(stderr, "MPEG 1 Layer 1\n");
|
||||||
|
- break;
|
||||||
|
- case AF_COMPRESSION_DEFAULT_MPEG_II:
|
||||||
|
- fprintf(stderr, "MPEG 1 Layer 2\n");
|
||||||
|
- break;
|
||||||
|
- case AF_COMPRESSION_DEFAULT_MULTIRATE:
|
||||||
|
- fprintf(stderr, "MultiRate\n");
|
||||||
|
- break;
|
||||||
|
- case AF_COMPRESSION_DEFAULT_LOSSLESS:
|
||||||
|
- fprintf(stderr, "Lossless\n");
|
||||||
|
break;
|
||||||
|
default:
|
||||||
|
fprintf(stderr, "Unknown\n");
|
Loading…
Add table
Reference in a new issue