Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F150767032
D13804.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
644 B
Referenced Files
None
Subscribers
None
D13804.diff
View Options
Index: head/lang/luajit/Makefile
===================================================================
--- head/lang/luajit/Makefile
+++ head/lang/luajit/Makefile
@@ -14,11 +14,16 @@
WRKSRC= ${WRKDIR}/LuaJIT-${DISTVERSION}
USES= gmake
USE_LDCONFIG= yes
+MAKE_ARGS= CC=${CC}
PLIST_SUB+= VERSION=${DISTVERSION}
+BROKEN_powerpc64= Not ported to powerpc64 upstream
-ONLY_FOR_ARCHS= amd64 armv6 armv7 i386
-ONLY_FOR_ARCHS_REASON= Requires newer gcc/clang to compile.
+.include <bsd.port.options.mk>
+
+.if ${ARCH:Mpowerpc*} || ${ARCH:Mmips*} || ${ARCH:Msparc*}
+USE_GCC=yes
+.endif
post-install:
${LN} -sf ${PORTNAME}-${DISTVERSION} \
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Apr 4, 10:19 PM (12 h, 6 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30848118
Default Alt Text
D13804.diff (644 B)
Attached To
Mode
D13804: Add support for GCC-based targets to luajit
Attached
Detach File
Event Timeline
Log In to Comment