help-guix
[Top][All Lists]
Advanced

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

Re: Need help porting eDuke32


From: Pierre Neidhardt
Subject: Re: Need help porting eDuke32
Date: Thu, 21 Feb 2019 20:22:20 +0100
User-agent: mu4e 1.0; emacs 26.1

For eduke32, we can patch Common.mak.  The offending lines (around line 910):

--8<---------------cut here---------------start------------->8---
            SDLCONFIG_CFLAGS := $(strip $(subst -Dmain=SDL_main,,$(shell 
$(SDLCONFIG) --cflags)))
            SDLCONFIG_LIBS := $(strip $(subst -mwindows,,$(shell $(SDLCONFIG) 
--libs)))
--8<---------------cut here---------------end--------------->8---

Ideally, we'd need a working sdl2-config though.

-- 
Pierre Neidhardt
https://ambrevar.xyz/

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]