mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-08 11:52:55 -04:00
14 lines
398 B
Plaintext
14 lines
398 B
Plaintext
$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}
|