opnsense-ports/devel/ftjam/files/patch-jam.h
Franco Fichtner 465481a97b */*: sync with upstream
Taken from: FreeBSD
2015-11-15 10:51:01 +01:00

11 lines
261 B
C

--- 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