Wednesday, December 12, 2018

Re: powerpc bulk build report

On Wed, 12 Dec 2018 15:56:51 -0500
Brian Callahan wrote:

> > I think it would be better if you kept the same comment but
> > simplified the rest to:
> > COMPILER = base-clang ports-gcc
> >
> > Since that's effectively what you're asking for (and is more
> > generalizable to all archs).
> >
> > ~Brian
> >
>
> Oh, and if this is C code only,
> COMPILER_LANGS = c
>

Yes, it's C only. There was a space that should be a tab, that i've
fixed by the way. Here it is.

Charlène.

Index: Makefile
===================================================================
RCS file: /cvs/ports/games/prboom-plus/Makefile,v
retrieving revision 1.5
diff -u -p -u -p -r1.5 Makefile
--- Makefile 4 Sep 2018 12:46:13 -0000 1.5
+++ Makefile 12 Dec 2018 21:11:22 -0000
@@ -10,7 +10,12 @@ HOMEPAGE = http://prboom-plus.sourceforg
MAINTAINER = Ryan Freeman <ryan@slipgate.org>

# GPLv2+
-PERMIT_PACKAGE_CDROM = Yes
+PERMIT_PACKAGE_CDROM = Yes
+
+# undefined reference to `__builtin_bswap32'
+# requires gcc >= 4.3 for gcc4 archs.
+COMPILER = base-clang ports-gcc
+COMPILER_LANGS = c

BUILD_DEPENDS = archivers/unzip

No comments:

Post a Comment