FreeBSD Bugzilla – Attachment 201741 Details for
Bug 235512
math/rexx-regmath: fix build with GCC-based architectures
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
rexx-regmath.patch (text/plain), 1.58 KB, created by
Piotr Kubaj
on 2019-02-05 07:13:08 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-02-05 07:13:08 UTC
Size:
1.58 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 492190) >+++ Makefile (working copy) >@@ -14,16 +14,10 @@ > > LICENSE= MPL10 > >-BROKEN_mips= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" >-BROKEN_mips64= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" >-BROKEN_powerpc64= fails to compile: unrecognized command line option "-Wno-incompatible-pointer-types" >- > BUILD_DEPENDS= ${LOCALBASE}/include/rexxsaa.h:lang/rexx-regina > > USES= zip > >-CFLAGS+= -Wno-incompatible-pointer-types >- > WRKSRC= ${WRKDIR}/math > USE_LDCONFIG= yes > LLD_UNSAFE= yes >@@ -38,6 +32,10 @@ > > OPTIONS_DEFINE= DOCS EXAMPLES > >+.if !exists(/usr/lib/libstdc++.so) >+CFLAGS+= -Wno-incompatible-pointer-types >+.endif >+ > do-install: > ${INSTALL_LIB} ${WRKSRC}/librexxmath.so ${STAGEDIR}${PREFIX}/lib/ > ${INSTALL_LIB} ${WRKSRC}/librxmath.so ${STAGEDIR}${PREFIX}/lib/ >Index: files/patch-Makefile.bsd >=================================================================== >--- files/patch-Makefile.bsd (revision 492190) >+++ files/patch-Makefile.bsd (working copy) >@@ -1,12 +1,11 @@ >---- Makefile.bsd.orig 2001-11-04 18:09:04 UTC >+--- Makefile.bsd.orig 2001-11-04 17:09:04 UTC > +++ Makefile.bsd >-@@ -9,7 +9,8 @@ >+@@ -9,7 +9,7 @@ > POPT=-O -fomit-frame-pointer > PLFL=-s > DEBUG=-g > -CFLAGS=$(OPT) $(DEBUG) -pipe -fpic -I $$HOME/regina -pipe > +CFLAGS+=$(OPT) $(DEBUG) -pipe -fpic -I $$HOME/regina -pipe -I/usr/local/include >-+CFLAGS+=-Wno-incompatible-pointer-types > LDFLAGS=-Bdynamic -Bshareable $(LFL) > LIBS=-lm > so=so
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:
tobik
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 235512
: 201741