head 1.2; access; symbols pkgsrc-2015Q4:1.1.0.4 pkgsrc-2015Q4-base:1.1 pkgsrc-2015Q3:1.1.0.2 pkgsrc-2015Q3-base:1.1; locks; strict; comment @# @; 1.2 date 2016.01.11.01.56.21; author markd; state dead; branches; next 1.1; commitid 0uVKuhrKKyIbhsQy; 1.1 date 2015.08.04.12.56.02; author jaapb; state Exp; branches; next ; commitid 2tyw3IR0pCu04Xvy; desc @@ 1.2 log @Remove obsolete patch @ text @$NetBSD: patch-libkdcraw_CMakeLists.txt,v 1.1 2015/08/04 12:56:02 jaapb Exp $ Enable exceptions for compilation --- libkdcraw/CMakeLists.txt.orig 2014-07-06 07:20:12.000000000 +0000 +++ libkdcraw/CMakeLists.txt @@@@ -22,6 +22,8 @@@@ # # ============================================================ +add_definitions (${KDE4_ENABLE_EXCEPTIONS}) + CONFIGURE_FILE(${CMAKE_CURRENT_SOURCE_DIR}/version.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/version.h) SET(kdcraw_LIB_SRCS kdcraw.cpp @ 1.1 log @Added patch to fix compilation error due to exceptions not being enabled. See https://svnweb.freebsd.org/ports?view=revision&revision=389789 Fixes PR pkg/50078 @ text @d1 1 a1 1 $NetBSD$ @