aboutsummaryrefslogtreecommitdiff
path: root/devel/ftjam
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2015-11-13 12:42:12 +0000
committerJohn Marino <marino@FreeBSD.org>2015-11-13 12:42:12 +0000
commite34ab12aa0593a43457642e7ff30f87eda02e94e (patch)
treee677780dc83333a32853f0c43dca6a6f6a162615 /devel/ftjam
parent400d82bff352b686e993fb3073ae0b339eb630a9 (diff)
downloadports-e34ab12aa0593a43457642e7ff30f87eda02e94e.tar.gz
ports-e34ab12aa0593a43457642e7ff30f87eda02e94e.zip
Notes
Diffstat (limited to 'devel/ftjam')
-rw-r--r--devel/ftjam/Makefile2
-rw-r--r--devel/ftjam/files/patch-jam.h11
2 files changed, 12 insertions, 1 deletions
diff --git a/devel/ftjam/Makefile b/devel/ftjam/Makefile
index 39f15a24b434..80ac40d95272 100644
--- a/devel/ftjam/Makefile
+++ b/devel/ftjam/Makefile
@@ -12,7 +12,7 @@ COMMENT= Small build tool that can be used as a replacement for make(1)
OPTIONS_DEFINE= DOCS
USES= dos2unix gmake tar:bzip2
-DOS2UNIX_GLOB= *.c
+DOS2UNIX_GLOB= *.c jam.h
PORTDOCS= Jam.html \
Jambase.html \
diff --git a/devel/ftjam/files/patch-jam.h b/devel/ftjam/files/patch-jam.h
new file mode 100644
index 000000000000..e91edc97d8fa
--- /dev/null
+++ b/devel/ftjam/files/patch-jam.h
@@ -0,0 +1,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