Import of pkgsrc-2013Q2

This commit is contained in:
2013-09-26 17:14:40 +02:00
commit 785076ae39
74991 changed files with 4380255 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
$NetBSD: patch-ah,v 1.5 2013/01/15 15:28:37 joerg Exp $
--- scribus/CMakeLists.txt.orig 2008-02-26 20:48:49.000000000 +0100
+++ scribus/CMakeLists.txt
@@ -431,6 +431,8 @@ ${SCRIBUS_TEXT_LIB}
${SCRIBUS_PIXBUF_LIB}
)
+SET_TARGET_PROPERTIES(${EXE_NAME} PROPERTIES LINK_FLAGS "-Wl,-export-dynamic")
+
IF(RENDER_LIB STREQUAL "LIBART")
TARGET_LINK_LIBRARIES(${EXE_NAME}
${SCRIBUS_LIBART_LIB}