=========================================================== .___ __ __ _________________ __ __ __| _/|__|/ |_ / ___\_` __ \__ \ | | \/ __ | | \\_ __\ / /_/ > | \// __ \| | / /_/ | | || | \___ /|__| (____ /____/\____ | |__||__| /_____/ \/ \/ grep rough audit - static analysis tool v2.8 written by @Wireghoul =================================[justanotherhacker.com]=== darkplaces-0~20180908~beta1/ChangeLog-33595- darkplaces-0~20180908~beta1/ChangeLog:33596:add apparently not yet working optimization flags to Mem_ExpandableArray function (can't see what difference it causes in asm output) darkplaces-0~20180908~beta1/ChangeLog-33597- ############################################## darkplaces-0~20180908~beta1/ChangeLog-84430- darkplaces-0~20180908~beta1/ChangeLog:84431:Borland C++ makefile for Darkplaces. Does NOT use asm objs yet, but works otherwise. darkplaces-0~20180908~beta1/ChangeLog-84432- ############################################## darkplaces-0~20180908~beta1/crypto-keygen-standalone-brute.sh-25-for h in $hosts; do darkplaces-0~20180908~beta1/crypto-keygen-standalone-brute.sh:26: nn=`on "$h" cat /proc/cpuinfo | grep -c '^processor[ :]'` darkplaces-0~20180908~beta1/crypto-keygen-standalone-brute.sh-27- n=$(($nn + $n)) ############################################## darkplaces-0~20180908~beta1/crypto-keygen-standalone-brute.sh-32-for h in $hosts; do darkplaces-0~20180908~beta1/crypto-keygen-standalone-brute.sh:33: nn=`on "$h" cat /proc/cpuinfo | grep -c '^processor[ :]'` darkplaces-0~20180908~beta1/crypto-keygen-standalone-brute.sh-34- ii=$(($nn + $i)) ############################################## darkplaces-0~20180908~beta1/debian/NEWS-12- To run Quake (the quake package in contrib) on very old hardware, darkplaces-0~20180908~beta1/debian/NEWS:13: consider using the Quakespasm engine (particularly for single-player), darkplaces-0~20180908~beta1/debian/NEWS-14- the ezQuake engine (particularly for competitive multiplayer), or an ############################################## darkplaces-0~20180908~beta1/debian/README.Debian-32- darkplaces-0~20180908~beta1/debian/README.Debian:33:If you have both DarkPlaces and Quakespasm installed, the "quake" and darkplaces-0~20180908~beta1/debian/README.Debian-34-"quake-server" scripts and menu entries will default to running whichever ############################################## darkplaces-0~20180908~beta1/debian/patches/Add-DP_LINK_FREETYPE2-option.patch-117-+ifeq ($(DP_LINK_FREETYPE2), shared) darkplaces-0~20180908~beta1/debian/patches/Add-DP_LINK_FREETYPE2-option.patch:118:+ CFLAGS_LIBFREETYPE2=-DLINK_TO_FREETYPE2 `$(PKG_CONFIG) --cflags freetype2` darkplaces-0~20180908~beta1/debian/patches/Add-DP_LINK_FREETYPE2-option.patch:119:+ LIB_FREETYPE2=`$(PKG_CONFIG) --libs freetype2` darkplaces-0~20180908~beta1/debian/patches/Add-DP_LINK_FREETYPE2-option.patch-120-+endif ############################################## darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch-327-+ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch:328:+ CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch:329:+ LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch-330-+endif ############################################## darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch-161-+ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch:162:+ CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch:163:+ LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch-164-+endif ############################################## darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch-43-+.if $(DP_LINK_VORBIS) == "shared" darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch:44:+CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch:45:+LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch-46-+.else ############################################## darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch-107-+ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch:108:+ CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch:109:+ LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/debian/patches/Add-support-for-DP_LINK_VORBIS-make-variable.patch-110-+endif ############################################## darkplaces-0~20180908~beta1/debian/patches/add-DP_LINK_CURL-option.patch-355-+ifeq ($(DP_LINK_CURL), shared) darkplaces-0~20180908~beta1/debian/patches/add-DP_LINK_CURL-option.patch:356:+ CFLAGS_LIBCURL=-DLINK_TO_CURL `$(PKG_CONFIG) --cflags libcurl` darkplaces-0~20180908~beta1/debian/patches/add-DP_LINK_CURL-option.patch:357:+ LIB_CURL=`$(PKG_CONFIG) --libs libcurl` darkplaces-0~20180908~beta1/debian/patches/add-DP_LINK_CURL-option.patch-358-+endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/BSDmakefile-91-ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/BSDmakefile:92:LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/BSDmakefile:93:CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/BSDmakefile-94-.else ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile-267- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile:268: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile:269: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile-270-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_VORBIS-make-variable.patch/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile-272- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile:273: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile:274: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile-275-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile-304-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile:305: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile:306: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile-307-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_THEORA-shared-default-is-dlo.patch/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile-277- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile:278: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile:279: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile-280-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile-309-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile:310: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile:311: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile-312-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile-319-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile:320: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile:321: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile-322-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-DP_LINK_PNG-shared-default-is-dlopen.patch/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-282- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:283: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:284: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-285-endif ############################################## darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-314-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:315: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:316: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-317-endif ############################################## darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-324-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:325: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:326: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-327-endif ############################################## darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-334-ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:335: CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile:336: LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile-337-endif ############################################## darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/.pc/add-DP_LINK_CURL-option.patch/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-287- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:288: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:289: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-290-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-319-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:320: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:321: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-322-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-329-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:330: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:331: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-332-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-339-ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:340: CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:341: LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-342-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-349-ifeq ($(DP_LINK_CURL), shared) darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:350: CFLAGS_LIBCURL=-DLINK_TO_CURL `$(PKG_CONFIG) --cflags libcurl` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile:351: LIB_CURL=`$(PKG_CONFIG) --libs libcurl` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile-352-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/.pc/Add-DP_LINK_FREETYPE2-option.patch/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-292- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:293: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:294: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-295-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-324-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:325: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:326: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-327-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-334-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:335: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:336: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-337-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-344-ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:345: CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:346: LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-347-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-354-ifeq ($(DP_LINK_CURL), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:355: CFLAGS_LIBCURL=-DLINK_TO_CURL `$(PKG_CONFIG) --cflags libcurl` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:356: LIB_CURL=`$(PKG_CONFIG) --libs libcurl` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-357-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-363-ifeq ($(DP_LINK_FREETYPE2), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:364: CFLAGS_LIBFREETYPE2=-DLINK_TO_FREETYPE2 `$(PKG_CONFIG) --cflags freetype2` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile:365: LIB_FREETYPE2=`$(PKG_CONFIG) --libs freetype2` darkplaces-0~20180908~beta1/.pc/Add-support-for-forcing-d0_blind_id-and-d0_rijndael-.patch/makefile-366-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-292- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:293: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:294: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-295-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-332-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:333: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:334: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-335-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-342-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:343: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:344: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-345-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-352-ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:353: CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:354: LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-355-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-362-ifeq ($(DP_LINK_CURL), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:363: CFLAGS_LIBCURL=-DLINK_TO_CURL `$(PKG_CONFIG) --cflags libcurl` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:364: LIB_CURL=`$(PKG_CONFIG) --libs libcurl` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-365-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-371-ifeq ($(DP_LINK_FREETYPE2), shared) darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:372: CFLAGS_LIBFREETYPE2=-DLINK_TO_FREETYPE2 `$(PKG_CONFIG) --cflags freetype2` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile:373: LIB_FREETYPE2=`$(PKG_CONFIG) --libs freetype2` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile-374-endif ############################################## darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/.pc/Add-support-for-disabling-libavw.patch/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/.pc/Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch/sys_shared.c-537-# elif (defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__) darkplaces-0~20180908~beta1/.pc/Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch/sys_shared.c:538: __asm { darkplaces-0~20180908~beta1/.pc/Disable-dlopen-support-and-warn-if-it-gets-compiled-.patch/sys_shared.c-539- xor eax, eax ############################################## darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-292- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:293: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:294: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-295-endif ############################################## darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-332-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:333: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:334: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-335-endif ############################################## darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-342-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:343: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:344: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-345-endif ############################################## darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-352-ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:353: CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:354: LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-355-endif ############################################## darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-362-ifeq ($(DP_LINK_CURL), shared) darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:363: CFLAGS_LIBCURL=-DLINK_TO_CURL `$(PKG_CONFIG) --cflags libcurl` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:364: LIB_CURL=`$(PKG_CONFIG) --libs libcurl` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-365-endif ############################################## darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-371-ifeq ($(DP_LINK_FREETYPE2), shared) darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:372: CFLAGS_LIBFREETYPE2=-DLINK_TO_FREETYPE2 `$(PKG_CONFIG) --cflags freetype2` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile:373: LIB_FREETYPE2=`$(PKG_CONFIG) --libs freetype2` darkplaces-0~20180908~beta1/.pc/Fix-OS-detection-of-darkplaces-makefile-to-not-think.patch/makefile-374-endif ############################################## darkplaces-0~20180908~beta1/BSDmakefile-92-ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/BSDmakefile:93:LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/BSDmakefile:94:CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/BSDmakefile-95-.else ############################################## darkplaces-0~20180908~beta1/BSDmakefile-119-.if $(DP_LINK_VORBIS) == "shared" darkplaces-0~20180908~beta1/BSDmakefile:120:CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/BSDmakefile:121:LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/BSDmakefile-122-.else ############################################## darkplaces-0~20180908~beta1/makefile.inc-28-SDL_CONFIG?=sdl2-config darkplaces-0~20180908~beta1/makefile.inc:29:SDLCONFIG_UNIXCFLAGS?=`$(SDL_CONFIG) --cflags` darkplaces-0~20180908~beta1/makefile.inc-30-SDLCONFIG_UNIXCFLAGS_X11?= darkplaces-0~20180908~beta1/makefile.inc:31:SDLCONFIG_UNIXLIBS?=`$(SDL_CONFIG) --libs` darkplaces-0~20180908~beta1/makefile.inc-32-SDLCONFIG_UNIXLIBS_X11?=-lX11 darkplaces-0~20180908~beta1/makefile.inc:33:SDLCONFIG_UNIXSTATICLIBS?=`$(SDL_CONFIG) --static-libs` darkplaces-0~20180908~beta1/makefile.inc-34-SDLCONFIG_UNIXSTATICLIBS_X11?=-lX11 ############################################## darkplaces-0~20180908~beta1/sys_shared.c-541-# elif (defined(_MSC_VER) && defined(_M_IX86)) || defined(__WATCOMC__) darkplaces-0~20180908~beta1/sys_shared.c:542: __asm { darkplaces-0~20180908~beta1/sys_shared.c-543- xor eax, eax ############################################## darkplaces-0~20180908~beta1/makefile-297- ODE_CONFIG?=ode-config darkplaces-0~20180908~beta1/makefile:298: LIB_ODE=`$(ODE_CONFIG) --libs` darkplaces-0~20180908~beta1/makefile:299: CFLAGS_ODE=`$(ODE_CONFIG) --cflags` -DUSEODE -DLINK_TO_LIBODE darkplaces-0~20180908~beta1/makefile-300-endif ############################################## darkplaces-0~20180908~beta1/makefile-337-ifeq ($(DP_LINK_VORBIS), shared) darkplaces-0~20180908~beta1/makefile:338: CFLAGS_LIBVORBIS=-DLINK_TO_LIBVORBIS `$(PKG_CONFIG) --cflags vorbisfile` darkplaces-0~20180908~beta1/makefile:339: LIB_VORBIS=`$(PKG_CONFIG) --libs vorbisfile` darkplaces-0~20180908~beta1/makefile-340-endif ############################################## darkplaces-0~20180908~beta1/makefile-347-ifeq ($(DP_LINK_THEORA), shared) darkplaces-0~20180908~beta1/makefile:348: CFLAGS_LIBTHEORA=-DLINK_TO_THEORA `$(PKG_CONFIG) --cflags theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/makefile:349: LIB_THEORA=`$(PKG_CONFIG) --libs theora vorbis vorbisenc ogg` darkplaces-0~20180908~beta1/makefile-350-endif ############################################## darkplaces-0~20180908~beta1/makefile-357-ifeq ($(DP_LINK_PNG), shared) darkplaces-0~20180908~beta1/makefile:358: CFLAGS_LIBPNG=-DLINK_TO_PNG `$(PKG_CONFIG) --cflags libpng` darkplaces-0~20180908~beta1/makefile:359: LIB_PNG=`$(PKG_CONFIG) --libs libpng` darkplaces-0~20180908~beta1/makefile-360-endif ############################################## darkplaces-0~20180908~beta1/makefile-367-ifeq ($(DP_LINK_CURL), shared) darkplaces-0~20180908~beta1/makefile:368: CFLAGS_LIBCURL=-DLINK_TO_CURL `$(PKG_CONFIG) --cflags libcurl` darkplaces-0~20180908~beta1/makefile:369: LIB_CURL=`$(PKG_CONFIG) --libs libcurl` darkplaces-0~20180908~beta1/makefile-370-endif ############################################## darkplaces-0~20180908~beta1/makefile-376-ifeq ($(DP_LINK_FREETYPE2), shared) darkplaces-0~20180908~beta1/makefile:377: CFLAGS_LIBFREETYPE2=-DLINK_TO_FREETYPE2 `$(PKG_CONFIG) --cflags freetype2` darkplaces-0~20180908~beta1/makefile:378: LIB_FREETYPE2=`$(PKG_CONFIG) --libs freetype2` darkplaces-0~20180908~beta1/makefile-379-endif