Date: Sat, 23 Feb 2019 17:19:11 +0000 (UTC) From: Yuri Victorovich <yuri@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r493713 - head/audio/giada Message-ID: <201902231719.x1NHJBFU059461@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902231719.x1NHJBFU059461>