diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:38:29 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2002-08-31 02:38:29 +0000 |
commit | 8fa8041fe58450bde47b655e328b1eeb0f4d0759 (patch) | |
tree | fc71afe5588c6fcf82a4f1b58c8753f9a9926979 /audio/ac3dec/Makefile | |
parent | Remove USE_NEWGCC, which is no longer supported or required. (diff) |
Remove USE_NEWGCC, which is no longer supported or required.
Submitted by: Tilman Linneweh <tilman@arved.de>
PR: ports/40571
Diffstat (limited to '')
-rw-r--r-- | audio/ac3dec/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/audio/ac3dec/Makefile b/audio/ac3dec/Makefile index c39f96e8390c..ad7ae71098f1 100644 --- a/audio/ac3dec/Makefile +++ b/audio/ac3dec/Makefile @@ -13,7 +13,6 @@ MASTER_SITES= http://dara.notbsd.org/~aholtzma/ac3/tarballs/ MAINTAINER= 3d@FreeBSD.org GNU_CONFIGURE= yes -USE_NEWGCC= yes post-patch: @${SED} -e 's,machine/soundcard.h,sys/soundcard.h,' \ |