changeset 1063:ad3e2cbdcf24

vanilla: fix many packages
author David Demelier <markand@malikania.fr>
date Mon, 02 Sep 2019 21:24:00 +0200
parents 5aaa48712c23
children 6d387c400111
files dev/llvm/llvm.sh dev/make/make.sh emulation/libretro-blastem/libretro-blastem.sh
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dev/llvm/llvm.sh	Mon Sep 02 21:22:00 2019 +0200
+++ b/dev/llvm/llvm.sh	Mon Sep 02 21:24:00 2019 +0200
@@ -29,7 +29,7 @@
 : ${CFLAGS:=-O2}
 : ${CXX:=clang++}
 : ${CXXFLAGS:=-O2}
-: ${DOXYGEN:=yes}
+: ${DOXYGEN:=no}        # TODO: does not install correctly.
 : ${FFI:=no}
 : ${LIBCXX:=yes}
 : ${LIBEDIT:=yes}
--- a/dev/make/make.sh	Mon Sep 02 21:22:00 2019 +0200
+++ b/dev/make/make.sh	Mon Sep 02 21:24:00 2019 +0200
@@ -31,12 +31,12 @@
 : ${CXXFLAGS:=-O2}
 : ${LDFLAGS:=}
 : ${LIBS:=}
-: ${GUILE:=no}  # TODO: add once guile is there
+: ${GUILE:=no}
 : ${NLS:=yes}
 
 if [ "$GUILE" = "yes" ]; then
 	PKGDEPENDS="guile $PKGDEPENDS"
-	with_nls="--with-guile"
+	with_guile="--with-guile"
 else
 	with_guile="--without-guile"
 fi
--- a/emulation/libretro-blastem/libretro-blastem.sh	Mon Sep 02 21:22:00 2019 +0200
+++ b/emulation/libretro-blastem/libretro-blastem.sh	Mon Sep 02 21:24:00 2019 +0200
@@ -41,7 +41,7 @@
 	make -f Makefile.libretro \
 		GIT_VERSION="$_SCOMMIT" \
 		CC="$CC" \
-		EXTRA_CFLAGS="$CFLAGS" \
+		EXTRA_CFLAGS="$CFLAGS"
 	install -Dm0644 ../blastem_libretro.info $DESTDIR/share/libretro/info/blastem_libretro.info
 	install -Dm0644 blastem_libretro.so $DESTDIR/lib/libretro/blastem_libretro.so