svn commit: r549531 - branches/2020Q3/science/luscus

Yuri Victorovich yuri at FreeBSD.org
Mon Sep 21 22:20:37 UTC 2020


Author: yuri
Date: Mon Sep 21 22:20:36 2020
New Revision: 549531
URL: https://svnweb.freebsd.org/changeset/ports/549531

Log:
  MFH: r549456
  
  science/luscus: Fix build on 13
  
  Add -fcommon
  
  Reported by:	fallout
  
  Approved by:	ports-secteam (fluffy)

Modified:
  branches/2020Q3/science/luscus/Makefile
Directory Properties:
  branches/2020Q3/   (props changed)

Modified: branches/2020Q3/science/luscus/Makefile
==============================================================================
--- branches/2020Q3/science/luscus/Makefile	Mon Sep 21 21:07:56 2020	(r549530)
+++ branches/2020Q3/science/luscus/Makefile	Mon Sep 21 22:20:36 2020	(r549531)
@@ -28,6 +28,8 @@ USE_GNOME=	atk cairo gdkpixbuf2 glib20 gtk20 pango pan
 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


More information about the svn-ports-all mailing list