Bug 10306

Summary: Poppler does not compile on OpenBSD 4.0 (GNU/make idiom)
Product: poppler Reporter: Henry Precheur <henry>
Component: glib frontendAssignee: poppler-bugs <poppler-bugs>
Status: RESOLVED FIXED QA Contact:
Severity: blocker    
Priority: medium Keywords: patch
Version: unspecified   
Hardware: All   
OS: OpenBSD   
Whiteboard:
i915 platform: i915 features:

Description Henry Precheur 2007-03-15 05:10:54 UTC
There is a GNU/Make idiom in the Makefile of the glib module.

This patch fixes the problem:
http://henry.precheur.org/files/poppler-fix-glib-makefile.diff

Poppler could request GNU/Make to build, but with this patch poppler compiles with BSD/Make (./configure CPPFLAGS=-I/usr/local/include LDFLAGS=-L/usr/local/lib --prefix=$HOME/local/poppler-cvs --enable-zlib && make)
Of course it still compile using GNU/Make :)

I am not a Makefile guru. I guess there might be a better way of fixing this problem. If anybody knows ...
Comment 1 Albert Astals Cid 2007-03-15 12:17:43 UTC
Patch added. Thanks

Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.