[csw-devel] SF.net SVN: gar:[18083] csw/mgar/pkg/squid/branches/squid3/files/ 0006-Use-egrep-q-instead-of-grep-q.patch
wilbury at users.sourceforge.net
wilbury at users.sourceforge.net
Wed May 23 12:01:11 CEST 2012
Revision: 18083
http://gar.svn.sourceforge.net/gar/?rev=18083&view=rev
Author: wilbury
Date: 2012-05-23 10:01:10 +0000 (Wed, 23 May 2012)
Log Message:
-----------
squid/branches/squid3: Specify /usr/xpg4/bin for egrep
Modified Paths:
--------------
csw/mgar/pkg/squid/branches/squid3/files/0006-Use-egrep-q-instead-of-grep-q.patch
Modified: csw/mgar/pkg/squid/branches/squid3/files/0006-Use-egrep-q-instead-of-grep-q.patch
===================================================================
--- csw/mgar/pkg/squid/branches/squid3/files/0006-Use-egrep-q-instead-of-grep-q.patch 2012-05-23 09:30:06 UTC (rev 18082)
+++ csw/mgar/pkg/squid/branches/squid3/files/0006-Use-egrep-q-instead-of-grep-q.patch 2012-05-23 10:01:10 UTC (rev 18083)
@@ -17,7 +17,7 @@
case $host in
i386-unknown-freebsd*)
- if echo "$LDFLAGS" | grep -q pthread; then
-+ if echo "$LDFLAGS" | egrep -q pthread; then
++ if echo "$LDFLAGS" | /usr/xpg4/bin/egrep -q pthread; then
LDFLAGS=`echo $LDFLAGS | sed -e "s/-pthread//"`
fi
esac
@@ -30,7 +30,7 @@
case $host in
i386-unknown-freebsd*)
- if echo "$LDFLAGS" | grep -q pthread; then
-+ if echo "$LDFLAGS" | egrep -q pthread; then
++ if echo "$LDFLAGS" | /usr/xpg4/bin/egrep -q pthread; then
LDFLAGS=`echo $LDFLAGS | sed -e "s/-pthread//"`
fi
esac
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the devel
mailing list