dialog/dialog-multilib.patch
2012-11-13 19:56:27 +01:00

23 lines
719 B
Diff

diff -up dialog-1.1-20120706/dialog-config.in.multilib dialog-1.1-20120706/dialog-config.in
--- dialog-1.1-20120706/dialog-config.in.multilib 2012-11-13 19:43:10.726813139 +0100
+++ dialog-1.1-20120706/dialog-config.in 2012-11-13 19:43:10.730813141 +0100
@@ -32,7 +32,7 @@ prefix="@prefix@"
exec_prefix="@exec_prefix@"
bindir="@bindir@"
-libdir="@libdir@"
+libdir=
datadir="@datadir@"
mandir="@mandir@"
includedir="@includedir@"
@@ -75,7 +75,7 @@ ENDECHO
;;
--libs)
sed -e 's,^[ ]*,,' -e 's, [ ]*, ,g' -e 's,[ ]*$,,' <<-ENDECHO
- -L${exec_prefix}/lib -l${THIS} @LIBS@
+ -l${THIS}
ENDECHO
;;
# identification
diff -up dialog-1.1-20120706/headers-sh.in.multilib dialog-1.1-20120706/headers-sh.in