You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/sci-electronics/magic/files/magic-7.5.231-blt-test.patch

12 lines
336 B

--- magic-7.5.231/scripts/configure.in
+++ magic-7.5.231/scripts/configure.in
@@ -1695,7 +1695,7 @@
if {[[catch {package require BLT}]]} {puts stdout no} {puts stdout yes}
exit
EOF
- usingBLT=`cat temp.out`
+ usingBLT=yes
rm -f temp.out
if test "x${usingBLT}" = "xyes" ; then
echo "yes"