Update for new BUILD_DIR and SRC_DIR variables
[hvlinux.git] / stage5 / pkg / xsane
index fd57226..9356fed 100644 (file)
@@ -1,14 +1,14 @@
 #!/bin/bash
 
-hvconfig()
+hvconfig_pre()
 {
-    cd ${LFS_TMP}/${PACKAGE}
-    ./configure \
-        --prefix=/usr
+    sed -i -e 's/png_ptr->jmpbuf/png_jmpbuf(png_ptr)/' \
+        ${SRC_DIR}/src/xsane-save.c
 }
 
 hvbuild_post()
 {
     # Adding link for GIMP plugin (Base GIMP version hardcoded for now)
-    ln -v -s ../../../../bin/xscanimage /usr/lib/gimp/2.0/plug-ins
+    rm -f /usr/lib/gimp/2.0/plug-ins/xsane
+    ln -sv /usr/bin/xsane /usr/lib/gimp/2.0/plug-ins
 }