mirror of
https://git.freebsd.org/ports.git
synced 2025-06-08 14:20:33 -04:00
15 lines
268 B
Text
15 lines
268 B
Text
$FreeBSD$
|
|
|
|
Hack configure to eat autogenerated qt options.
|
|
|
|
--- configure.orig Wed Jun 11 06:12:49 2003
|
|
+++ configure Mon Jun 23 09:46:58 2003
|
|
@@ -86,6 +86,8 @@
|
|
;;
|
|
|
|
-h|--help) show_usage; exit ;;
|
|
+ --with-*)
|
|
+ shift;;
|
|
*) show_usage; exit ;;
|
|
esac
|
|
done
|