pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

librem: add rpath to pkg-config file.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Wed Sep 7 20:44:35 2016 +0200
Changeset:	ce2b860bc12ab70a2adac0ffb316bc25d121830d

Modified Files:
	librem/Makefile

Log Message:
librem: add rpath to pkg-config file.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=ce2b860bc12ab70a2adac0ffb316bc25d121830d

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 librem/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/librem/Makefile b/librem/Makefile
index 963a0e7..486884b 100644
--- a/librem/Makefile
+++ b/librem/Makefile
@@ -2,6 +2,7 @@
 
 DISTNAME=	rem-0.4.7
 PKGNAME=	lib${DISTNAME}
+PKGREVISION=	1
 CATEGORIES=	net audio
 MASTER_SITES=	http://www.creytiv.com/pub/
 
@@ -20,6 +21,7 @@ SUBST_CLASSES+=		prefix
 SUBST_FILES.prefix=	Makefile
 SUBST_MESSAGE.prefix=	Fixing PREFIX path.
 SUBST_SED.prefix=	-e "s|/usr/local|${PREFIX}|1"
+SUBST_SED.prefix+=	-e "s|} -lre|} ${COMPILER_RPATH_FLAG}"'$$$$'"{libdir} -lre|"
 SUBST_STAGE.prefix=	post-patch
 
 post-install:


Home | Main Index | Thread Index | Old Index