pkgsrc-WIP-changes archive

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

retroarch: Pick up zlib and miniupnpc from pkgsrc



Module Name:	pkgsrc-wip
Committed By:	Nia Alarie <nia.alarie%gmail.com@localhost>
Pushed By:	nee
Date:		Tue May 16 23:59:59 2017 +0100
Changeset:	c005cbbb6f6426d5159aeaafa19d512daa745d42

Modified Files:
	retroarch/Makefile

Log Message:
retroarch: Pick up zlib and miniupnpc from pkgsrc

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

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

diffstat:
 retroarch/Makefile | 6 ++++++
 1 file changed, 6 insertions(+)

diffs:
diff --git a/retroarch/Makefile b/retroarch/Makefile
index be2252c6ac..784da62b80 100644
--- a/retroarch/Makefile
+++ b/retroarch/Makefile
@@ -13,9 +13,14 @@ GITHUB_PROJECT=	RetroArch
 GITHUB_TAG=	v${PKGVERSION_NOREV}
 
 HAS_CONFIGURE=	yes
+
 CONFIGURE_ARGS+=--global-config-dir=${PKG_SYSCONFDIR}
+CONFIGURE_ARGS+=--disable-builtinminiupnpc
+CONFIGURE_ARGS+=--disable-builtinzlib
+
 CONFIGURE_ENV+= BIN_DIR=${PREFIX}/bin
 CONFIGURE_ENV+= MAN_DIR=${PREFIX}/${PKGMANDIR}
+
 USE_LANGUAGES=	c c++
 USE_TOOLS+=	pkg-config gmake
 
@@ -47,5 +52,6 @@ CONFIGURE_ARGS+=	--disable-x11	# broken, SDL2 works
 .include "options.mk"
 .include "../../lang/python/application.mk"
 .include "../../devel/zlib/buildlink3.mk"
+.include "../../net/miniupnpc/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index