[Libreoffice-commits] .: extensions/source

François Tigeot ftigeot at kemper.freedesktop.org
Sun Feb 27 06:17:24 PST 2011


 extensions/source/nsplugin/source/makefile.mk |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 5f56788af3b0ab5099e70958fd92aa3ed590c4ad
Author: Francois Tigeot <ftigeot at wolfpond.org>
Date:   Sun Feb 27 15:15:26 2011 +0100

    Handle DragonFly like the other BSDs in more cases.

diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk
index 9ef291f..793e4bd 100644
--- a/extensions/source/nsplugin/source/makefile.mk
+++ b/extensions/source/nsplugin/source/makefile.mk
@@ -49,7 +49,8 @@ dummy:
     @echo GTK disabled - nothing to build
 
 .ELSE           # "$(ENABLE_GTK)"==""
-.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || "$(OS)"=="OPENBSD"
+.IF "$(OS)"=="LINUX" || "$(OS)"=="FREEBSD" || "$(OS)"=="NETBSD" || \
+    "$(OS)"=="OPENBSD" || "$(OS)"=="DRAGONFLY"
 INC+= -DNP_LINUX
 .ENDIF
 PKGCONFIG_MODULES=gtk+-2.0


More information about the Libreoffice-commits mailing list