diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-29 17:09:32 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2003-11-29 17:09:32 +0000 |
commit | e482307ca87900370ca95fe214fb23538e48a64d (patch) | |
tree | a30f7371bc5f973ddbbc73711a0d83af120809c5 /audio/autozen/Makefile | |
parent | c6053e581e2d26c54de6a0bbd308ffaf35377df0 (diff) | |
download | ports-e482307ca87900370ca95fe214fb23538e48a64d.tar.gz ports-e482307ca87900370ca95fe214fb23538e48a64d.zip |
Use a sampling rate that works with the AudioPCI ES1371-B in my
Dell OptiPlex GX110.
Submitted by: FireWire BSD of e-tahan.com, who discussed the
problem with autozen author Steven James (I don't
know which of them found the fix)
Approved by: portmgr
Notes
Notes:
svn path=/head/; revision=94822
Diffstat (limited to 'audio/autozen/Makefile')
-rw-r--r-- | audio/autozen/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/autozen/Makefile b/audio/autozen/Makefile index 73148b3202a1..0aa2e544476e 100644 --- a/audio/autozen/Makefile +++ b/audio/autozen/Makefile @@ -7,6 +7,7 @@ PORTNAME= autozen PORTVERSION= 1.3.1 +PORTREVISION= 1 CATEGORIES= audio MASTER_SITES= http://www.linuxlabs.com/software/download/ DISTNAME= AutoZen-${PORTVERSION} @@ -18,7 +19,6 @@ WRKSRC= ${WRKDIR}/AutoZen-${PORTVERSION} MAKE_ENV+= PTHREAD_CFLAGS=${PTHREAD_CFLAGS} PTHREAD_LIBS=${PTHREAD_LIBS} -BROKEN= "on certain audio hardware, does not produce sound" USE_GNOME= gtk12 USE_X_PREFIX= yes USE_REINPLACE= yes |