34ff724ddb
Funded by: OpenOffice.org community.
11 lines
410 B
Text
11 lines
410 B
Text
--- moz/extractfiles.mk~ 2009-02-25 02:58:20.000000000 +0900
|
|
+++ moz/extractfiles.mk 2009-03-20 18:39:47.000000000 +0900
|
|
@@ -266,7 +266,7 @@
|
|
.ENDIF
|
|
|
|
# zip runtime files to mozruntime.zip
|
|
-.IF "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS"
|
|
+.IF "$(OS)"=="LINUX" || "$(OS)"=="SOLARIS" || "$(OS)"=="FREEBSD"
|
|
# regxpcom needs to find libxpcom.so next to itself:
|
|
.IF "$(USE_SHELL)"=="bash"
|
|
cd $(RUNTIME_DIR) && \
|