app-mobilephone/gammu-1.10.0 compile fails without postgresql, patch at 11 Reproducible: Always Steps to Reproduce: emerge -avuDNt world Actual Results: build of gammu fails with a lot of undefined references towards the postgresql libraries Expected Results: successfull update of gammu
Created attachment 114523 [details, diff] Patch to add support for the postgres use-flag to gammu Patch adds postgres to the "IUSE" var, conditional dependency on dev-db/postgresql, and conditional deactivation of the postgresql support in gammu's configure script
Well, it compiles just perfectly fine without any postgresql here.
You must have a libpq-fe.h in your system then. Anyway, I've fixed it in cvs without bumping the revision. Well done!
(In reply to comment #3) > You must have a libpq-fe.h in your system then. Nope, no such file anywhere here. :) Oh well...