FreeBSD Bugzilla – Attachment 161589 Details for
Bug 203467
lang/polyml: Fix build on CURRENT, Enable shared
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Makefile diff
Makefile.diff (text/plain), 859 bytes, created by
Hannes Mehnert
on 2015-10-01 09:41:47 UTC
(
hide
)
Description:
Makefile diff
Filename:
MIME Type:
Creator:
Hannes Mehnert
Created:
2015-10-01 09:41:47 UTC
Size:
859 bytes
patch
obsolete
>--- /tmp/Makefile.old 2015-10-01 11:29:48.516598000 +0200 >+++ Makefile 2015-10-01 11:20:33.267308000 +0200 >@@ -1,5 +1,5 @@ > # Created by: Timothy Bourke <timbob@bigpond.com> >-# $FreeBSD$ >+# $FreeBSD: head/lang/polyml/Makefile 363649 2014-07-31 18:43:35Z swills $ > > PORTNAME= polyml > PORTVERSION= 5.5.2 >@@ -17,7 +17,7 @@ > LIB_DEPENDS= libffi.so:${PORTSDIR}/devel/libffi > > GNU_CONFIGURE= yes >-CONFIGURE_ARGS= --with-system-libffi >+CONFIGURE_ARGS= --with-system-libffi --enable-shared > USES= libtool pkgconfig pathfix > USE_LDCONFIG= yes > ONLY_FOR_ARCHS= i386 amd64 >@@ -32,4 +32,7 @@ > pre-build: > @${REINPLACE_CMD} "s|ELFXX_R_INFO(_y, _z) ELF64_R_INFO(_y, _z)|ELFXX_R_INFO(_y, _z) ELF64_R_INFO((Elf64_Xword)(_y), _z)|g" ${WRKSRC}/libpolyml/elfexport.h > >+post-patch: >+ @${REINPLACE_CMD} -e 's|-lstdc++ ||g' ${WRKSRC}/configure >+ > .include <bsd.port.mk>
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 203467
:
161589
|
161590
|
162231