forked from Lainports/freebsd-ports
New features and improvements:
* ASE and ACB palettes support
* New Gradient: FG to Transparent (Hardedge)
* GIF: non-square ratio support
* More enhancements
Security and bug fixes:
* Fixed Vulnerabilities
* Broken Graphics Tablets with recent linuxwacom driver
Read more: https://www.gimp.org/news/2023/11/07/gimp-2-10-36-released/
15 lines
344 B
Text
15 lines
344 B
Text
--- configure.orig 2023-11-05 23:51:29 UTC
|
|
+++ configure
|
|
@@ -34797,9 +34797,9 @@ esac
|
|
;;
|
|
esac
|
|
|
|
-gimpdatadir="$datadir/$PACKAGE/2.0"
|
|
-gimpplugindir="$libdir/$PACKAGE/2.0"
|
|
-gimpsysconfdir="$sysconfdir/$PACKAGE/2.0"
|
|
+gimpdatadir="$datadir/$PACKAGE"
|
|
+gimpplugindir="$libexecdir/$PACKAGE/2.2"
|
|
+gimpsysconfdir="$sysconfdir/$PACKAGE/2.2"
|
|
|
|
|
|
|