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] [st] Fix commented out code || Alexander Krotov

2017-03-29 Thread git
commit 149c0d3aedffe69b625ef95868daae200941d5f5 Author: Alexander Krotov AuthorDate: Sat Mar 25 23:02:42 2017 +0300 Commit: Roberto E. Vargas Caballero CommitDate: Wed Mar 29 18:46:20 2017 +0200 Fix commented out code diff --git a/st.c b/st.c

[hackers] [st] keep some glyph modes for the cursor || Nils Reuße

2017-03-29 Thread git
commit f2bfd513b14a2aa27796670235557a550b4189db Author: Nils Reuße AuthorDate: Wed Mar 29 18:34:12 2017 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Wed Mar 29 18:39:21 2017 +0200 keep some glyph modes for the cursor st

[hackers] [farbfeld] Rename PREREQ to REQ || Laslo Hunhold

2017-03-29 Thread git
commit 65829635d9f5f9f4a23c2f890c60c315bcbafee2 Author: Laslo Hunhold AuthorDate: Wed Mar 29 18:07:29 2017 +0200 Commit: Laslo Hunhold CommitDate: Wed Mar 29 18:07:29 2017 +0200 Rename PREREQ to REQ diff --git a/Makefile b/Makefile index

[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