diff options
author | gerald <gerald@FreeBSD.org> | 2016-12-05 09:04:08 +0800 |
---|---|---|
committer | gerald <gerald@FreeBSD.org> | 2016-12-05 09:04:08 +0800 |
commit | a91c52b19eabad6b6af5e004b8dfc1b95ab91f46 (patch) | |
tree | bc581172b67fc3d3acd99ee10d09a91169838470 /lang | |
parent | 54ab295c9f825ec1cd3845e4c3846a28a0b62a8a (diff) | |
download | freebsd-ports-gnome-a91c52b19eabad6b6af5e004b8dfc1b95ab91f46.tar.gz freebsd-ports-gnome-a91c52b19eabad6b6af5e004b8dfc1b95ab91f46.tar.zst freebsd-ports-gnome-a91c52b19eabad6b6af5e004b8dfc1b95ab91f46.zip |
Remove gcc/files/patch-libcpp which has not been present on lang/gcc49
and lang/gcc48, but is something we have in lang/gcc47 and that lang/gcc
carried over from the days it was about GCC 4.7 (so surviving both the
transitions to GCC 4.8 and recently GCC 4.9).
The underlying issue was addressed upstream 2014-10-24 with r216679,
and in FreeBSD head 2013-09-06 by theraven@ who fixed fixed our
iconv.h to not include stdbool.h.
PR: 161417
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc/files/patch-libcpp | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/lang/gcc/files/patch-libcpp b/lang/gcc/files/patch-libcpp deleted file mode 100644 index 357814ad9530..000000000000 --- a/lang/gcc/files/patch-libcpp +++ /dev/null @@ -1,11 +0,0 @@ ---- UTC ---- libcpp/internal.h 2012-07-30 09:24:59.000000000 +0000 -+++ libcpp/internal.h 2013-09-04 00:41:26.000000000 +0000 -@@ -27,6 +27,7 @@ - #include "cpp-id-data.h" - - #if HAVE_ICONV -+#define __bool_true_false_are_defined - #include <iconv.h> - #else - #define HAVE_ICONV 0 |