From 280dc881fa9f737b73be791c2f6d949d9e97c149 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Mon, 21 Sep 2020 22:20:36 +0000 Subject: MFH: r549456 science/luscus: Fix build on 13 Add -fcommon Reported by: fallout Approved by: ports-secteam (fluffy) --- science/luscus/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/science/luscus/Makefile b/science/luscus/Makefile index e5485332b72e..6e0606017171 100644 --- a/science/luscus/Makefile +++ b/science/luscus/Makefile @@ -28,6 +28,8 @@ USE_GNOME= atk cairo gdkpixbuf2 glib20 gtk20 pango pangox-compat USE_GL= gl glu USE_XORG= x11 +CFLAGS+= -fcommon # variables n_geometries/move_molecule/window/pix/etc are defined in the header + post-patch: @${REINPLACE_CMD} 's|/etc/luscus|${DATADIR}|' ${WRKSRC}/gv_system.c @${REINPLACE_CMD} -i '' 's|$$HOME/\.${PORTNAME}/|${LOCALBASE}/bin/|' ${WRKSRC}/*/*/*.sh -- cgit v1.2.3