Skip to content

Commit

Permalink
Fix NetBSD paths in configure script
Browse files Browse the repository at this point in the history
  • Loading branch information
Enguerrand Decorne committed Jun 18, 2012
1 parent 59af606 commit 7b6ff74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,8 @@ else
CFLAGS="-I/usr/X11R6/include -I/usr/local/include"
LDFLAGS="-L/usr/X11R6/lib -L/usr/local/lib";;
NetBSD)
CFLAGS="-I/usr/X11R7/include -I/usr/local/include"
LDFLAGS="-L/usr/X11R7/lib -L/usr/local/lib";;
CFLAGS="-I/usr/X11R7/include -I/usr/pkg/include"
LDFLAGS="-L/usr/X11R7/lib -L/usr/pkg/lib";;
Linux)
CFLAGS=""
LDFLAGS=""
Expand Down

0 comments on commit 7b6ff74

Please sign in to comment.