FreeBSD Bugzilla – Attachment 162231 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]
single unified diff
polyml.patch (text/plain), 1.06 KB, created by
Hannes Mehnert
on 2015-10-20 08:22:55 UTC
(
hide
)
Description:
single unified diff
Filename:
MIME Type:
Creator:
Hannes Mehnert
Created:
2015-10-20 08:22:55 UTC
Size:
1.06 KB
patch
obsolete
>diff -ur polyml.orig/Makefile polyml/Makefile >--- polyml.orig/Makefile 2015-10-20 09:20:15.891960000 +0100 >+++ polyml/Makefile 2015-10-20 09:19:59.905815000 +0100 >@@ -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> >diff -ur polyml.orig/pkg-plist polyml/pkg-plist >--- polyml.orig/pkg-plist 2015-10-20 09:18:52.416594000 +0100 >+++ polyml/pkg-plist 2015-10-20 09:18:45.875900000 +0100 >@@ -3,6 +3,9 @@ > bin/polyimport > lib/libpolymain.a > lib/libpolyml.a >+lib/libpolyml.so >+lib/libpolyml.so.6 >+lib/libpolyml.so.6.0.0 > libdata/pkgconfig/polyml.pc > man/man1/poly.1.gz > man/man1/polyc.1.gz
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
Flags:
koobs
:
maintainer-approval?
(
beyert
)
Actions:
View
|
Diff
Attachments on
bug 203467
:
161589
|
161590
| 162231