Browse Source

Fixed dcraw .conf to adapt to the newer build situation.

early
Minto van der Sluis 17 years ago
parent
commit
7de28270f5
  1. 10
      graphic/dcraw/dcraw.conf

10
graphic/dcraw/dcraw.conf

@ -16,6 +16,10 @@
makeopt=
makeinstopt=
hook_add inmake 5 "$CC -o dcraw dcraw.c -lm -ljpeg -llcms"
hook_add postmake 5 "install dcraw $root$bindir/"
hook_add postmake 6 "install dcraw.1 $root$mandir/man1/"
pkgprefix -t lcms
var_append GCC_WRAPPER_APPEND ' ' \
"-I$( pkgprefix includedir lcms ) -L$( pkgprefix libdir lcms )"
hook_add premake 5 "sed -i -e s,^gcc,$CC, \
-e s,prefix=.*,prefix=$root/$prefix, install"
hook_add inmake 5 ./install

Loading…
Cancel
Save