Skip to content

Commit

Permalink
removed duplicate /usr/X11R6/...
Browse files Browse the repository at this point in the history
  • Loading branch information
FROGGS committed Jun 25, 2012
1 parent 80caa17 commit 26de287
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions inc/My/Builder/Unix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -169,11 +169,6 @@ sub _get_configure_cmd {
$extra .= " --with-sdl-prefix=$escaped_prefixdir";
}

if($pack =~ /^SDL/ && -d '/usr/X11R6/lib' && -d '/usr/X11R6/include') {
$extra_cflags .= ' -I/usr/X11R6/include';
$extra_ldflags .= ' -L/usr/X11R6/lib';
}

if($^O eq 'cygwin') {
#$extra_cflags .= " -I/lib/gcc/i686-pc-cygwin/3.4.4/include";
#$extra_ldflags .= " -L/lib/gcc/i686-pc-cygwin/3.4.4";
Expand Down

0 comments on commit 26de287

Please sign in to comment.