From 12a26ba84e647ecbd702a27d3c103fed65f4ff7e Mon Sep 17 00:00:00 2001 From: "cls%seawood.org" Date: Mon, 27 Nov 2000 21:27:10 +0000 Subject: [PATCH] Enable BEOS_ADDON_WORKAROUND hack for all BeOS builds git-svn-id: svn://10.0.0.236/trunk@82916 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/config/config.mk | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/config/config.mk b/mozilla/config/config.mk index e3cbb4ff749..fb0e1ccd164 100644 --- a/mozilla/config/config.mk +++ b/mozilla/config/config.mk @@ -137,6 +137,9 @@ ifeq ($(OS_RELEASE),10.0) OS_ARCH := Rhapsody endif endif +ifeq ($(OS_ARCH),BeOS) +BEOS_ADDON_WORKAROUND = 1 +endif # # Strip off the excessively long version numbers on these platforms,