[Libreoffice-commits] .: extensions/source
Thomas Klausner
tklausner at kemper.freedesktop.org
Thu Dec 16 13:44:46 PST 2010
extensions/source/nsplugin/source/makefile.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 1657522be2a1395a5c55ac2d4bdbd330d778a285
Author: Thomas Klausner <wiz at NetBSD.org>
Date: Thu Dec 16 22:36:38 2010 +0100
Handle NetBSD like the other BSDs in more cases.
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk
index 1790851..abe8ef7 100644
--- a/extensions/source/nsplugin/source/makefile.mk
+++ b/extensions/source/nsplugin/source/makefile.mk
@@ -49,7 +49,7 @@ dummy:
@echo GTK disabled - nothing to build
.ELSE # "$(ENABLE_GTK)"==""
-.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="OPENBSD"
+.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || "$(OS)"=="OPENBSD"
INC+= -DNP_LINUX
.ENDIF
PKGCONFIG_MODULES=gtk+-2.0
More information about the Libreoffice-commits
mailing list