aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2025-01-23 21:08:27 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2025-01-29 16:56:31 +0000
commitbf57fa930359058f3635df38bbf0262c9036660c (patch)
tree130e67b819b99398c8d5e199657f1a61a33eec20
parent97db5d5367064298d123e6367f02ea9d424113f6 (diff)
www/firefox: drop unnecesary powerpc64le knob
-rw-r--r--www/firefox/Makefile1
1 files changed, 0 insertions, 1 deletions
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"