svn commit: r493713 - head/audio/giada

Yuri Victorovich yuri at FreeBSD.org
Sat Feb 23 17:19:12 UTC 2019


Author: yuri
Date: Sat Feb 23 17:19:11 2019
New Revision: 493713
URL: https://svnweb.freebsd.org/changeset/ports/493713

Log:
  audio/giada: fix build with GCC-based architectures, don't assume building on FreeBSD
  
  PR:		235933
  Submitted by:	Piotr Kubaj <pkubaj at anongoth.pl>

Modified:
  head/audio/giada/Makefile

Modified: head/audio/giada/Makefile
==============================================================================
--- head/audio/giada/Makefile	Sat Feb 23 17:00:37 2019	(r493712)
+++ head/audio/giada/Makefile	Sat Feb 23 17:19:11 2019	(r493713)
@@ -28,7 +28,7 @@ USES=		autoreconf compiler:c++11-lang gmake localbase
 USE_GITHUB=	yes
 GH_ACCOUNT=	monocasual
 GNU_CONFIGURE=	yes
-CONFIGURE_ARGS=	--target=freebsd
+CONFIGURE_ARGS=	--target=${OPSYS:tl}
 USE_XORG=	x11 xext xft xpm
 LDFLAGS+=	-lfltk
 


More information about the svn-ports-all mailing list