16 lines
458 B
Plaintext
16 lines
458 B
Plaintext
$NetBSD: patch-aa,v 1.2 2016/06/07 17:57:11 joerg Exp $
|
|
|
|
Specify all needed linker flags.
|
|
|
|
--- stfl.pc.in.orig 2009-03-30 18:33:37.000000000 +0000
|
|
+++ stfl.pc.in
|
|
@@ -8,6 +8,6 @@ includedir=${prefix}/include
|
|
Name: STFL
|
|
Description: Structured Terminal Forms Language/Library
|
|
Version: @VERSION@
|
|
-Libs: -L${libdir} -lstfl
|
|
-Libs.private: -lncursesw
|
|
+Libs: @COMPILER_RPATH_FLAG@${libdir} -L${libdir} -lstfl
|
|
+Libs.private: @CURSES_LIB@
|
|
Cflags: -I${includedir}
|