head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2009.11.28.11.38.53;	author wen;	state dead;
branches;
next	1.1;

1.1
date	2009.11.23.10.34.40;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Update to 2.8
- Remove the unneeded patch

PR:		ports/140958
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@Index: configure
===================================================================
--- configure	(revision 1487)
+++ configure	(working copy)
@@@@ -1851,16 +1851,22 @@@@
 fi

 CFLAGS1=""
+for arg in ${CFLAGS}
+do
+    CFLAGS1="${CFLAGS1} -Wc,$arg"
+done
+
+CFLAGS2=""
 if test -x /usr/bin/lipo; then
     LDFLAGS3=""
     ARCHITECTURES=`/usr/bin/lipo -info $HTTPD | sed -e 's/.*://'`
     for ARCH in $ARCHITECTURES; do
-        CFLAGS1="${CFLAGS1} -Wc,'-arch ${ARCH}'"
+        CFLAGS2="${CFLAGS2} -Wc,'-arch ${ARCH}'"
         LDFLAGS3="${LDFLAGS3} -arch ${ARCH}"
     done
 fi

-CFLAGS="${CFLAGS} ${CFLAGS1}"
+CFLAGS="${CFLAGS1} ${CFLAGS2}"
 LDFLAGS="${LDFLAGS} ${LDFLAGS1} ${LDFLAGS2} ${LDFLAGS3}"
 LDLIBS="${LDLIBS} ${LDLIBS1} ${LDLIBS2} ${LDLIBS3}"
@


1.1
log
@- Update to 2.7

PR:		140805
Submitted by:	Douglas William Thrift <douglas@@douglasthrift.net> (maintainer)
@
text
@@

