Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Dec 2016 01:13:45 +0000 (UTC)
From:      John Marino <marino@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r428816 - head/audio/gigedit
Message-ID:  <201612180113.uBI1DjU0084403@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: marino
Date: Sun Dec 18 01:13:44 2016
New Revision: 428816
URL: https://svnweb.freebsd.org/changeset/ports/428816

Log:
  audio/gigedit: Fix runtime (imported from DPorts)

Modified:
  head/audio/gigedit/Makefile

Modified: head/audio/gigedit/Makefile
==============================================================================
--- head/audio/gigedit/Makefile	Sun Dec 18 01:06:14 2016	(r428815)
+++ head/audio/gigedit/Makefile	Sun Dec 18 01:13:44 2016	(r428816)
@@ -3,7 +3,7 @@
 
 PORTNAME=	gigedit
 PORTVERSION=	0.2.0
-PORTREVISION=	10
+PORTREVISION=	11
 CATEGORIES=	audio
 MASTER_SITES=	http://download.linuxsampler.org/packages/
 
@@ -21,7 +21,7 @@ BUILD_DEPENDS:=	${RUN_DEPENDS}
 
 GNU_CONFIGURE=	yes
 CPPFLAGS+=	-I${LOCALBASE}/include
-LDFLAGS+=	-L${LOCALBASE}/lib
+LDFLAGS+=	-L${LOCALBASE}/lib -Wl,-rpath=${LOCALBASE}/lib/linuxsampler
 LIBS+=		-lsigc-2.0
 USES=		gettext gmake pkgconfig libtool
 USE_LDCONFIG=	yes



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201612180113.uBI1DjU0084403>