Files
ports/devel/ftjam/files/patch-jam.h
T
2015-11-13 12:42:12 +00:00

12 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