diff options
author | mat <mat@FreeBSD.org> | 2017-02-18 00:54:34 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2017-02-18 00:54:34 +0800 |
commit | 27c5615ce7649b657fcc7cd482b76157cee5817e (patch) | |
tree | e8b97aa4597e8e1e1ef8051818a9a09f73253adc /lang | |
parent | e828403d6e648be749072c1449fa69b1d158f2c0 (diff) | |
download | freebsd-ports-gnome-27c5615ce7649b657fcc7cd482b76157cee5817e.tar.gz freebsd-ports-gnome-27c5615ce7649b657fcc7cd482b76157cee5817e.tar.zst freebsd-ports-gnome-27c5615ce7649b657fcc7cd482b76157cee5817e.zip |
There were a few others _FreeBSD_9 things around.
Sponsored by: Absolight
Diffstat (limited to 'lang')
-rw-r--r-- | lang/erlang-runtime19/Makefile | 1 | ||||
-rw-r--r-- | lang/erlang/Makefile | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/lang/erlang-runtime19/Makefile b/lang/erlang-runtime19/Makefile index 7fee6fdebffc..ca9fece12d9b 100644 --- a/lang/erlang-runtime19/Makefile +++ b/lang/erlang-runtime19/Makefile @@ -55,7 +55,6 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: missing __dtrace_erlang___* symbols diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index 100a4f50a37f..8a5616ad748b 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -60,7 +60,6 @@ OPTIONS_EXCLUDE_DragonFly= HIPE NATIVE SCTP OPTIONS_EXCLUDE+= DTRACE .endif -OPTIONS_EXCLUDE_FreeBSD_9= DTRACE OPTIONS_EXCLUDE_FreeBSD_10= DTRACE OPTIONS_EXCLUDE_i386= DTRACE # ld(1) fails to link probes: missing __dtrace_erlang___* symbols |