summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancois Tigeot <ftigeot@wolfpond.org>2011-02-27 15:15:26 +0100
committerFrancois Tigeot <ftigeot@wolfpond.org>2011-02-27 15:15:26 +0100
commitdc9fcf5470b131a456fcc814e0649665efafa746 (patch)
treee7603a6399cab9b282d58cba3f0ca26424260c05
parent52370d787a8472b1e185e56b82e544a995ca5f65 (diff)
Handle DragonFly like the other BSDs in more cases.
-rw-r--r--extensions/source/nsplugin/source/makefile.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/extensions/source/nsplugin/source/makefile.mk b/extensions/source/nsplugin/source/makefile.mk
index 9ef291f8094e..793e4bd67d95 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