diff options
Diffstat (limited to 'graphics/mozjpeg/mozjpeg.sh')
-rw-r--r-- | graphics/mozjpeg/mozjpeg.sh | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/graphics/mozjpeg/mozjpeg.sh b/graphics/mozjpeg/mozjpeg.sh new file mode 100644 index 0000000000000..fc784ee53aa25 --- /dev/null +++ b/graphics/mozjpeg/mozjpeg.sh @@ -0,0 +1,8 @@ +# mozjpeg.sh: part of the SBo mozjpeg build, by B. Watson +# <yalhcru@gmail.com>. Source this file in your shell, to run +# mozjpeg's binaries by default, and to compile software with +# mozjpeg's libraries. Not installed +x by default to avoid +# conflicting with Slackware's libjpeg-turbo package. + +export PATH=/opt/mozjpeg/bin:$PATH +export PKG_CONFIG_PATH=/opt/mozjpeg/lib@/pkgconfig:$PKG_CONFIG_PATH |