1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-21 20:50:31 -04:00
ports/devel/ftjam/files/patch-jam.h

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