pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/iortcw
Module Name: pkgsrc
Committed By: nia
Date: Sun Apr 12 11:16:17 UTC 2020
Modified Files:
pkgsrc/games/iortcw: Makefile
Log Message:
iortcw: Set USE_INTERNAL_LIBS=0 rather than specifying them one-by-one.
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 pkgsrc/games/iortcw/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/games/iortcw/Makefile
diff -u pkgsrc/games/iortcw/Makefile:1.4 pkgsrc/games/iortcw/Makefile:1.5
--- pkgsrc/games/iortcw/Makefile:1.4 Sun Mar 8 16:49:39 2020
+++ pkgsrc/games/iortcw/Makefile Sun Apr 12 11:16:17 2020
@@ -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_CURL_DLOPEN=0
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