svn commit: r428816 - head/audio/gigedit

John Marino marino at FreeBSD.org
Sun Dec 18 01:13:46 UTC 2016


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


More information about the svn-ports-head mailing list