Saturday, March 02, 2019

[ports-gcc] Unbreak x11/jgmenu

Hi ports,

> http://build-failures.rhaalovely.net//powerpc/2019-02-04/x11/jgmenu.log
> http://build-failures.rhaalovely.net/sparc64/2019-02-03/x11/jgmenu.log

It breaks because of command line options not available in base-gcc.
Using ports-gcc fixes the issue on my macppc box [1].

Any comment?

Charlène.


[1] http://ix.io/1CpZ


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/jgmenu/Makefile,v
retrieving revision 1.2
diff -u -p -u -p -r1.2 Makefile
--- Makefile 26 Feb 2019 16:16:05 -0000 1.2
+++ Makefile 2 Mar 2019 23:41:11 -0000
@@ -14,6 +14,8 @@ WANTLIB += X11 Xrandr c cairo gdk_pixbuf
WANTLIB += gobject-2.0 iconv intl lzma m menu-cache pango-1.0
WANTLIB += pangocairo-1.0 png16 pthread rsvg-2 xml2 z

+COMPILER = base-clang ports-gcc
+
MODULES = lang/python
MODPY_VERSION = ${MODPY_DEFAULT_VERSION_3}
MODPY_BUILDDEP = No

No comments:

Post a Comment