Bug #1576
pkgsrc print/ghostscript fails to build under amd64 dragonfly
| Status: | New | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - |
Description
got the error to try compiling with -fPIC when building on amd64 release
so I ask please add the following to the pkgsrc Makefile around line #59
CFLAGS.DragonFly= -fPIC
alongside the similar lines for netbsd, linux, sunOS
unless there's something terribly wrong with that idea, and you have a
better solution....
Thanks!
-
Ed Berger
Related todos
History
Updated by justin over 3 years ago
On Fri, October 16, 2009 3:12 pm, Ed Berger wrote:
> got the error to try compiling with -fPIC when building on amd64 release
>
> so I ask please add the following to the pkgsrc Makefile around line #59
>
> CFLAGS.DragonFly= -fPIC
>
> alongside the similar lines for netbsd, linux, sunOS
>
> unless there's something terribly wrong with that idea, and you have a
> better solution....
Suggesting it on pkgsrc-users@netbsd.org or (possibly best) filing a bug
in NetBSD's GNATs system is another way to get changes in pkgsrc. There's
a bunch of people using pkgsrc that aren't reading DragonFly lists, and it
is a good for us to take advantage of that greater pool of developers.