Skip to content

Commit

Permalink
libopenraw: An adustment for those using turbo jpeg.
Browse files Browse the repository at this point in the history
  • Loading branch information
stumbles committed May 14, 2013
1 parent 73cdacc commit e5e7119
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions graphics/libopenraw/BUILD
@@ -1,2 +1,7 @@
sedit "s/TRUE/JPEG::TRUE/" lib/jfifcontainer.cpp &&
default_build

#If libjpeg-turbo is installed this sedit will cause the make to barf.
if in_depends $MODULE jpeg ; then
sedit "s/TRUE/JPEG::TRUE/" lib/jfifcontainer.cpp &&
fi &&

default_build
2 changes: 1 addition & 1 deletion graphics/libopenraw/DEPENDS
@@ -1,2 +1,2 @@
depends boost

depends %JPEG

0 comments on commit e5e7119

Please sign in to comment.