Ticket #9366: patch-configure-uglydefs

File patch-configure-uglydefs, 383 bytes (added by waterson@…, 18 years ago)

patch-configure-uglydefs (used by modified portfile)

Line 
1diff -ur configure.orig configure
2--- configure.orig      2006-03-20 13:12:22.000000000 -0800
3+++ configure   2006-09-19 10:39:59.000000000 -0700
4@@ -21460,9 +21460,6 @@
5
6
7case "$canonical_host_type" in
8-  *-*-darwin*)
9-    UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\",g'`
10-  ;;
11   *)
12     UGLY_DEFS=`echo $DEFS | sed 's,\\",\\\\\\\\\\\\\\\\\\",g'`
13   ;;