URLs for details). Release notes: http://development.openoffice.org/releases/3.1.0.html New features : http://www.openoffice.org/dev_docs/features/3.1/index.html Build confirmed on NetBSD 5.99.11/i386.
13 lines
453 B
Text
13 lines
453 B
Text
$NetBSD: patch-aq,v 1.2 2009/05/09 18:43:41 hira Exp $
|
|
|
|
--- stlport/makefile.mk.orig 2008-12-09 18:43:20.000000000 +0900
|
|
+++ stlport/makefile.mk 2009-05-09 12:34:55.000000000 +0900
|
|
@@ -129,6 +129,8 @@
|
|
# FreeBSD needs a special makefile
|
|
.IF "$(OS)"=="FREEBSD"
|
|
BUILD_FLAGS=-f gcc-3.0-freebsd.mak
|
|
+ .ELIF "$(OS)"=="NETBSD"
|
|
+ BUILD_FLAGS=-f gcc-3.0-netbsd.mak
|
|
.ELIF "$(OS)"=="OS2"
|
|
BUILD_FLAGS=-f gcc-3.0-os2.mak
|
|
.ELIF "$(GUI)"=="WNT"
|