Re: [hackers] [farbfeld] Overhaul Build-system || Laslo Hunhold

2017-03-30 Thread Quentin Rameau
Hi Laslo, > > > -PNGLIB = /usr/local/lib > > > -PNGINC = /usr/local/include > > > - > > > -JPGLIB = /usr/local/lib > > > -JPGINC = /usr/local/include > > > > Personally I think it's useful to have these separated. It is also > > useful to specify PNGINC, JPGINC etc separately for building in >

Re: [hackers] [farbfeld] Overhaul Build-system || Laslo Hunhold

2017-03-29 Thread Roberto E . Vargas Caballero
>> +png2ff ff2png: LDFLAGS += -lpng >> +jpg2ff ff2jpg: LDFLAGS += -ljpeg >> > > This is invalid and breaks on OpenBSD (and other non-GNU make probably). It is not POSIX, so it is a syntax error for me.

Re: [hackers] [farbfeld] Overhaul Build-system || Laslo Hunhold

2017-03-29 Thread Laslo Hunhold
On Wed, 29 Mar 2017 23:24:33 +0200 Hiltjo Posthuma wrote: Hey Hiltjo, > > -PNGLIB = /usr/local/lib > > -PNGINC = /usr/local/include > > - > > -JPGLIB = /usr/local/lib > > -JPGINC = /usr/local/include > > Personally I think it's useful to have these separated. It is also

Re: [hackers] [farbfeld] Overhaul Build-system || Laslo Hunhold

2017-03-29 Thread Hiltjo Posthuma
On Wed, Mar 29, 2017 at 05:52:57PM +0200, g...@suckless.org wrote: > commit 416f39e3d68a6b12a05751930a609cfbbde483ff > Author: Laslo Hunhold > AuthorDate: Wed Mar 29 17:51:41 2017 +0200 > Commit: Laslo Hunhold > CommitDate: Wed Mar 29 17:51:41 2017 +0200 >

[hackers] [farbfeld] Overhaul Build-system || Laslo Hunhold

2017-03-29 Thread git
commit 416f39e3d68a6b12a05751930a609cfbbde483ff Author: Laslo Hunhold AuthorDate: Wed Mar 29 17:51:41 2017 +0200 Commit: Laslo Hunhold CommitDate: Wed Mar 29 17:51:41 2017 +0200 Overhaul Build-system I didn't like the current Makefiles. They