Skip to content

extconf.rb is missing Fink paths #10

Description

@Tuxie

I prefer Fink over MacPorts and I have installed the libdevil1 package with fink.
The devil gem doesn't find it, though. I had to add -I/sw/include and -L/sw/lib to extconf.rb:
$CFLAGS += ' -I/opt/local/include/ -I/sw/include/'
$LDFLAGS += ' -L/opt/local/lib/ -L/sw/lib/'
Please add that to the standard extconf.rb

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions