Skip to content

Commit

Permalink
Merge branch 'master' of github.com:wedesoft/hornetseye-xorg
Browse files Browse the repository at this point in the history
  • Loading branch information
wedesoft committed Aug 6, 2012
2 parents 7c2be50 + acc02b5 commit f8a00a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Rakefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ HOMEPAGE = %q{http://wedesoft.github.com/hornetseye-xorg/}


OBJ = CC_FILES.ext 'o' OBJ = CC_FILES.ext 'o'
$CXXFLAGS = "-DNDEBUG -DHAVE_CONFIG_H -D__STDC_CONSTANT_MACROS #{CFG[ 'CPPFLAGS' ]} #{CFG[ 'CFLAGS' ]}" $CXXFLAGS = "-DNDEBUG -DHAVE_CONFIG_H -D__STDC_CONSTANT_MACROS #{CFG[ 'CPPFLAGS' ]} #{CFG[ 'CFLAGS' ]}"
$CXXFLAGS = "#{$CXXFLAGS} -I/usr/X11/include"
if CFG[ 'rubyhdrdir' ] if CFG[ 'rubyhdrdir' ]
$CXXFLAGS = "#{$CXXFLAGS} -I#{CFG[ 'rubyhdrdir' ]} " + $CXXFLAGS = "#{$CXXFLAGS} -I#{CFG[ 'rubyhdrdir' ]} " +
"-I#{CFG[ 'rubyhdrdir' ]}/#{CFG[ 'arch' ]}" "-I#{CFG[ 'rubyhdrdir' ]}/#{CFG[ 'arch' ]}"
Expand Down

0 comments on commit f8a00a2

Please sign in to comment.