Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 19 years ago
parent
commit
92ebc629fe
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      package/x11/imagemagick/imagemagick.conf

+ 4
- 1
package/x11/imagemagick/imagemagick.conf

@ -42,7 +42,10 @@ EOT
var_append configprefix " " 'CPPFLAGS="-I/usr/include/libxml2"'
confopt="$confopt -disable-ltdl-install --enable-shared --with-modules"
confopt="$confopt --enable-lzw --enable-16bit-pixel --with-x "
# don't put the modules in a :dev package
splitreg 45 . '/lib/.*/modules-'
# Quick & Dirty hack for the perllocal problem
. $base/package/base/perl5/perllocal_hack.sh

Loading…
Cancel
Save