pkgsrc-WIP-changes archive

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

love010: unbreak with BUILDLINK_PASSTHRU. thanks tnn.



Module Name:	pkgsrc-wip
Committed By:	coypu <coypu%sdf.org@localhost>
Pushed By:	coypu
Date:		Sun Sep 30 16:30:33 2018 +0300
Changeset:	9e5820e35c96359300f778bd9b5a9b50fbf0a52f

Modified Files:
	love010/Makefile

Log Message:
love010: unbreak with BUILDLINK_PASSTHRU. thanks tnn.

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

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

diffstat:
 love010/Makefile | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diffs:
diff --git a/love010/Makefile b/love010/Makefile
index 9d460cd49c..8214ea54bf 100644
--- a/love010/Makefile
+++ b/love010/Makefile
@@ -22,8 +22,10 @@ LUA_VERSIONS_INCOMPATIBLE=	52
 # JIT needs WX mappings
 NOT_PAX_MPROTECT_SAFE+=		love0.10/bin/love
 
-GNU_CONFIGURE_PREFIX=	${PREFIX}/love0.10
-GNU_CONFIGURE_MANDIR=	${PREFIX}/love0.10/${PKGMANDIR}/
+GNU_CONFIGURE_PREFIX=		${PREFIX}/love0.10
+GNU_CONFIGURE_MANDIR=		${PREFIX}/love0.10/${PKGMANDIR}/
+BUILDLINK_PASSTHRU_DIRS+=	${GNU_CONFIGURE_PREFIX}/lib
+BUILDLINK_PASSTHRU_RPATHDIRS+=	${GNU_CONFIGURE_PREFIX}/lib
 
 .include "../../sysutils/desktop-file-utils/desktopdb.mk"
 .include "../../graphics/hicolor-icon-theme/buildlink3.mk"


Home | Main Index | Thread Index | Old Index