From 70e59bbea847ca073dc378640b4dd04fb1b7e742 Mon Sep 17 00:00:00 2001 From: sthen Date: Tue, 19 Aug 2025 11:19:34 +0000 Subject: [PATCH] drop NOT_FOR_ARCHS on gcc3 archs, the port is unreachable there anyway due to cmake. from Brad. fix whitespace nit while there. --- audio/faad/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/audio/faad/Makefile b/audio/faad/Makefile index d7069afee46..83723949899 100644 --- a/audio/faad/Makefile +++ b/audio/faad/Makefile @@ -1,6 +1,3 @@ -# gcc -iquote -NOT_FOR_ARCHS= ${GCC3_ARCHS} - COMMENT= MPEG-2 and MPEG-4 AAC decoder V= 2.11.2 @@ -8,7 +5,7 @@ GH_ACCOUNT= knik0 GH_PROJECT= faad2 GH_TAGNAME= ${V} PKGNAME= faad-${V} -CATEGORIES= audio +CATEGORIES= audio SHARED_LIBS= faad 4.0 \ faad_drm 0.0