summaryrefslogtreecommitdiff
path: root/devel/ftjam/files/patch-jam.h
blob: e91edc97d8fab8f29539629455745273c81bfb74 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- jam.h.orig	2015-11-13 12:38:24 UTC
+++ jam.h
@@ -227,7 +227,7 @@
 # define OSMINOR "OS=CYGWIN"
 # define OS_CYGWIN
 # endif
-# ifdef __FreeBSD__
+# if defined __FreeBSD__ || defined __DragonFly__
 # define OSMINOR "OS=FREEBSD"
 # define OS_FREEBSD
 # endif