aboutsummaryrefslogtreecommitdiff
path: root/devel/etoile-foundation
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2009-03-20 17:04:08 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2009-03-20 17:04:08 +0000
commit741029750e593224038bb1b9b91a6202421a8faa (patch)
tree8fcd277e5219efde230fae30f32dd714b34b1ed7 /devel/etoile-foundation
parent6ed18c5fdedad95dfa39c12f65a635d3e3b28500 (diff)
downloadports-741029750e593224038bb1b9b91a6202421a8faa.tar.gz
ports-741029750e593224038bb1b9b91a6202421a8faa.zip
Notes
Diffstat (limited to 'devel/etoile-foundation')
-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>