diff options
author | joerg <joerg> | 2012-11-19 02:57:15 +0000 |
---|---|---|
committer | joerg <joerg> | 2012-11-19 02:57:15 +0000 |
commit | d33c16227f4799660c6479978582eb2caa98823d (patch) | |
tree | 9ef3fb7cdb7796df8790c9b0c504b85d01c7f662 | |
parent | 99fceeb1db6dd1c97699f9f242ec1e74e01373fb (diff) | |
download | pkgsrc-d33c16227f4799660c6479978582eb2caa98823d.tar.gz |
Since headers of this program can throw exceptions, don't use
-fno-exceptions.
-rw-r--r-- | misc/kchm/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/kchm/Makefile b/misc/kchm/Makefile index 9bd28866e4a..aef0043cdd1 100644 --- a/misc/kchm/Makefile +++ b/misc/kchm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2012/10/08 09:57:25 asau Exp $ +# $NetBSD: Makefile,v 1.29 2012/11/19 02:57:15 joerg Exp $ # DISTNAME= kchm-0.6.5 @@ -19,6 +19,8 @@ USE_TOOLS+= gmake CONFLICTS= chmlib-[0-9]* +BUILDLINK_TRANSFORM+= rm:-fno-exceptions + .include "../../meta-pkgs/kde3/kde3.mk" .include "../../graphics/hicolor-icon-theme/buildlink3.mk" .include "../../x11/kdelibs3/buildlink3.mk" |