1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/textproc/libextractor/files/patch-configure
John Marino e289995030 textproc/libextractor: Upgrade version 0.6.2 => 1.3 and stage
PR:		191830
Submitted by:	Ports Fury
2014-07-31 17:45:38 +00:00

25 lines
597 B
Plaintext

--- configure.orig
+++ configure
@@ -22674,17 +22674,14 @@
withval=$with_gtk_version; { $as_echo "$as_me:${as_lineno-$LINENO}: result: $with_gtk_version" >&5
$as_echo "$with_gtk_version" >&6; }
case $with_gtk_version in
- *)
- if test "x${with_gtk_version:0:1}" == "x2"
- then
+ 2*)
check_for_3=false
check_for_2=$with_gtk_version
- elif test "x${with_gtk_version:0:1}" == "x3"
- then
+ ;;
+ 3*)
check_for_3=$with_gtk_version
check_for_2=false
- fi
- ;;
+ ;;
esac
else