Source-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/games/iortcw iortcw: Set USE_INTERNAL_LIBS=0 rather th...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/29bcdaea871a
branches:  trunk
changeset: 428838:29bcdaea871a
user:      nia <nia%pkgsrc.org@localhost>
date:      Sun Apr 12 11:16:17 2020 +0000

description:
iortcw: Set USE_INTERNAL_LIBS=0 rather than specifying them one-by-one.

diffstat:

 games/iortcw/Makefile |  9 +++------
 1 files changed, 3 insertions(+), 6 deletions(-)

diffs (25 lines):

diff -r 02dce8540336 -r 29bcdaea871a games/iortcw/Makefile
--- a/games/iortcw/Makefile     Sun Apr 12 11:12:34 2020 +0000
+++ b/games/iortcw/Makefile     Sun Apr 12 11:16:17 2020 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2020/03/08 16:49:39 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2020/04/12 11:16:17 nia Exp $
 
 DISTNAME=      iortcw-1.51c
-PKGREVISION=   3
+PKGREVISION=   4
 CATEGORIES=    games
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=iortcw/}
 
@@ -36,10 +36,7 @@
 MAKE_FLAGS+=   USE_CODEC_VORBIS=1
 MAKE_FLAGS+=   USE_CODEC_OPUS=1
 MAKE_FLAGS+=   USE_FREETYPE=1
-MAKE_FLAGS+=   USE_INTERNAL_ZLIB=0
-MAKE_FLAGS+=   USE_INTERNAL_JPEG=0
-MAKE_FLAGS+=   USE_INTERNAL_OGG=0
-MAKE_FLAGS+=   USE_INTERNAL_OPUS=0
+MAKE_FLAGS+=   USE_INTERNAL_LIBS=0
 MAKE_FLAGS+=   USE_LOCAL_HEADERS=0
 MAKE_FLAGS+=   OPTIMIZEVM=""
 MAKE_FLAGS+=   OPTIMIZE=""



Home | Main Index | Thread Index | Old Index