aboutsummaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2011-04-21 12:21:55 +0800
committerdinoex <dinoex@FreeBSD.org>2011-04-21 12:21:55 +0800
commit0799df7a8dea209ebbf919e537529a773a681de4 (patch)
treede7d9bbf9ff6a43bb7b3f4c0e7c661aa24a3877d /lang
parent04072344a8826a16b79fc696148b58a5e9641496 (diff)
downloadfreebsd-ports-gnome-0799df7a8dea209ebbf919e537529a773a681de4.tar.gz
freebsd-ports-gnome-0799df7a8dea209ebbf919e537529a773a681de4.tar.zst
freebsd-ports-gnome-0799df7a8dea209ebbf919e537529a773a681de4.zip
- fix build on i386
Diffstat (limited to 'lang')
-rw-r--r--lang/etoile-compiler/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/lang/etoile-compiler/Makefile b/lang/etoile-compiler/Makefile
index 1cb058bd2f8f..410479c7412f 100644
--- a/lang/etoile-compiler/Makefile
+++ b/lang/etoile-compiler/Makefile
@@ -36,4 +36,10 @@ FOUNDATION_PORT?= devel/etoile-foundation
LANGUAGEKIT_PORT?= lang/etoile-languagekit
SMALLTALKKIT_PORT?= lang/etoile-smalltalkkit
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "i386"
+ADDITIONAL_LDFLAGS+= -lgcc_s -lgcc
+.endif
+
+.include <bsd.port.post.mk>
ass='deletions'>-8/+8 * Fix OPTIONS_DEFAULT: remove NLS which is added by frameworksunpoet2017-05-291-1/+1 * - Fix Shebangacm2017-04-221-1/+3 * - Fix rc scriptacm2017-04-224-15/+10 * - Update to 16.2.5acm2017-03-144-21/+14 * - Fix start when /var/run is on TMPFSacm2016-11-224-2/+23 * - Remove duplicate patch file patch-src-stored_Makefile.inacm2016-11-172-83/+73 * - Update to 16.2.4acm2016-11-1618-131/+406 * Github cleanup.mat2016-06-012-5/+6 * - Fix installation when SQLITE option is selectedacm2016-05-052-4/+7 * Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.mat2016-04-011-5/+5 * - Fix build of sysutils/bareos-client-staticacm2016-02-022-4/+48 * - Fix bareos-docs distinfoacm2016-01-302-12/+22 * - Fix a problem with NDMP jobsacm2016-01-282-1/+20 * - Update to 15.2.2acm2016-01-274-13/+38 * Cleanup GH_* and variables order.mat2015-12-291-2/+0 * Remove trailing whitespace from Makefiles, M-X.olgeni2015-10-081-1/+1 * - /var/log/bareos and /var/run/bareos are created by bareos-client now. Itacm2015-08-153-8/+4