summaryrefslogtreecommitdiff
path: root/devel/poco-devel/files/patch-configure
blob: 9eade1c7cc66c8ee9124630db654a9fbf2f78c79 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
--- configure.orig	2014-04-29 17:39:17.000000000 -0700
+++ configure	2014-04-29 17:42:42.000000000 -0700
@@ -187,12 +187,16 @@
 	--shared)
 		shared=1 ;;
 
+	--build=*)
+		;;
+
 	--help)
  		showhelp
  		exit 0
 		;;
 
 	*)
+		echo "Dont understand $1"
 		showhelp
 		exit 1
 		;;