Subject: openoffice fails to compile (patch included)
To: None <tech-pkg@NetBSD.org>
From: Kibum Han <yui@yui.pe.kr>
List: tech-pkg
Date: 06/24/2004 12:56:09
----Next_Part(Thu_Jun_24_12:56:09_2004_364)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
In a netbsd -current machine, I tried to install misc/openoffice
but it failed. PR/26019 talked about what I've experienced.
The included patch manage to make installation successful.
Any comments?
--
Kibum Han
----Next_Part(Thu_Jun_24_12:56:09_2004_364)--
Content-Type: Text/Plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Content-Disposition: inline; filename="oo_1.1.1.patch"
--- oo_1.1.1_src/odk/util/makefile.mk.orig 2004-06-24 12:40:55.000000000 +0900
+++ oo_1.1.1_src/odk/util/makefile.mk 2004-06-24 12:41:02.000000000 +0900
@@ -25,7 +25,7 @@
# always use the system tar on Solaris
+cd $(BIN) && /usr/bin/tar cf - $(PRODUCT_NAME) | gzip - > $(PRODUCTTARGZFILE)
.ELSE
- +cd $(BIN) && tar cf - $(PRODUCT_NAME) | gzip - > $(PRODUCTTARGZFILE)
+ +cd $(BIN) && tar cf - $(PRODUCT_NAME) | gzip > $(PRODUCTTARGZFILE)
.ENDIF
----Next_Part(Thu_Jun_24_12:56:09_2004_364)----