aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-03-21 01:04:08 +0800
committerdinoex <dinoex@FreeBSD.org>2009-03-21 01:04:08 +0800
commit65adeaa5e37564278fd78a98841b9642e14022f4 (patch)
treedfed1195fa9175ff32b1c6198f83d27c2012e1c3 /devel
parente7fe6db7a33ad1cf324062dacefe5e48d9678643 (diff)
downloadfreebsd-ports-gnome-65adeaa5e37564278fd78a98841b9642e14022f4.tar.gz
freebsd-ports-gnome-65adeaa5e37564278fd78a98841b9642e14022f4.tar.zst
freebsd-ports-gnome-65adeaa5e37564278fd78a98841b9642e14022f4.zip
- Fix build on non i386 archs
Reported by: QAT
Diffstat (limited to 'devel')
-rw-r--r--devel/etoile-foundation/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/devel/etoile-foundation/Makefile b/devel/etoile-foundation/Makefile
index eb53fcdb3271..e0f8358fda74 100644
--- a/devel/etoile-foundation/Makefile
+++ b/devel/etoile-foundation/Makefile
@@ -30,4 +30,8 @@ DEFAULT_LIBVERSION2= 0.1
PLIST_SUB+= LIBVERSION2=${DEFAULT_LIBVERSION2}
PLIST_SUB+= MAJORLIBVERSION2=${DEFAULT_LIBVERSION2:C/([0-9]).*/\1/1}
+do-configure:
+ ${REINPLACE_CMD} -e 's|ADDITIONAL_OBJCFLAGS += -march=i586||' \
+ ${WRKSRC}/Frameworks/EtoileFoundation/GNUmakefile
+
.include <bsd.port.mk>