openbsd-ports/devel/stfl/patches/patch-stfl_pc_in
ajacoutot 15ce3a1ece Import stfl-0.22.
STFL is a library which implements a curses-based widget set for text
terminals. The public STFL API is only 14 simple function calls big and
there are already generic SWIG bindings. Thus is very easy to port STFL
to additional scripting languages.
<...>

ok jasper@
2012-12-30 17:59:36 +00:00

12 lines
411 B
Plaintext

$OpenBSD: patch-stfl_pc_in,v 1.1.1.1 2012/12/30 17:59:36 ajacoutot Exp $
--- stfl.pc.in.orig Sun Dec 30 10:31:46 2012
+++ stfl.pc.in Sun Dec 30 10:31:59 2012
@@ -8,6 +8,6 @@ includedir=${prefix}/include
Name: STFL
Description: Structured Terminal Forms Language/Library
Version: @VERSION@
-Libs: -L${libdir} -lstfl
+Libs: -Wl,-R${libdir} -L${libdir} -lstfl
Libs.private: -lncursesw
Cflags: -I${includedir}