diff options
author | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 23:10:04 +0000 |
---|---|---|
committer | Rene Ladan <rene@FreeBSD.org> | 2014-08-26 23:10:04 +0000 |
commit | e40cc72f176148ecc5a38af745d9db30ecd988aa (patch) | |
tree | a3c6aed9564f7498b1d9da06eabda9bbaaaa292b /devel/etl/files/patch-ETL___stringf.h | |
parent | - Update to 1.4.0.pre-alpha12 (diff) |
devel/etl:
- fix build with clang
- bump PORTREVISION
devel/synfig, graphics/synfigstudio:i
- stage
- unbreak
- add license (GPLv3)
- drop .la files
- update USES
- bump PORTREVISION
PR: 193031
Submitted by: Ports Fury
Approved by: portmgr blanket (devel/etl)
Diffstat (limited to 'devel/etl/files/patch-ETL___stringf.h')
-rw-r--r-- | devel/etl/files/patch-ETL___stringf.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/etl/files/patch-ETL___stringf.h b/devel/etl/files/patch-ETL___stringf.h new file mode 100644 index 000000000000..72bfd2c84f55 --- /dev/null +++ b/devel/etl/files/patch-ETL___stringf.h @@ -0,0 +1,11 @@ +--- ETL/_stringf.h.orig ++++ ETL/_stringf.h +@@ -57,7 +57,7 @@ + + _ETL_BEGIN_CDECLS + +-#if defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32) ++#if defined(__clang__) || defined(__APPLE__) || defined(__CYGWIN__) || defined(_WIN32) + #define ETL_NO_THROW + #else + #define ETL_NO_THROW throw() |