ports/emulators/fceux/files/patch-configure
Pav Lucistnik 8005d62035 - Update to 0.98.13
PR:		ports/78094
Submitted by:	Greg J. <xcas@cox.net> (maintainer)
2005-02-27 16:00:51 +00:00

11 lines
280 B
Text

--- configure.orig Tue Dec 21 13:25:09 2004
+++ configure Tue Dec 21 13:25:36 2004
@@ -5130,7 +5130,7 @@
fi
-if expr match "$target_cpu" 'i.86' > /dev/null; then
+if echo ${target_cpu} | grep -q 'i.86' > /dev/null; then
cat >>confdefs.h <<\_ACEOF
#define C80x86 1
_ACEOF