git: bf57fa930359 - main - www/firefox: drop unnecesary powerpc64le knob
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 29 Jan 2025 16:57:56 UTC
The branch main has been updated by pkubaj: URL: https://cgit.FreeBSD.org/ports/commit/?id=bf57fa930359058f3635df38bbf0262c9036660c commit bf57fa930359058f3635df38bbf0262c9036660c Author: Piotr Kubaj <pkubaj@FreeBSD.org> AuthorDate: 2025-01-23 21:08:27 +0000 Commit: Piotr Kubaj <pkubaj@FreeBSD.org> CommitDate: 2025-01-29 16:56:31 +0000 www/firefox: drop unnecesary powerpc64le knob --- www/firefox/Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/www/firefox/Makefile b/www/firefox/Makefile index aebd68be0c33..b915549fe46f 100644 --- a/www/firefox/Makefile +++ b/www/firefox/Makefile @@ -29,7 +29,6 @@ BUILD_DEPENDS= nspr>=4.32:devel/nspr \ USE_GECKO= gecko CONFLICTS_INSTALL= firefox-esr USE_MOZILLA= -sqlite -CFLAGS_powerpc64le= -DSQLITE_BYTEORDER=1234 # work around bindgen not finding ICU, e.g. # dist/include/mozilla/intl/ICU4CGlue.h:8:10: fatal error: 'unicode/uenum.h' file not found, err: true CONFIGURE_ENV+= BINDGEN_CFLAGS="-I${LOCALBASE}/include"