c866e02b01
- fixed possible crash in plug-ins-query PDB function - fixes to Script-Fu server mode on Win32 - fixed possible crash in win32 gimptool variant - plugged a tiny memleak in the image display code - plugged a tiny memleak in libgimpwidgets - attempt to fix calling the web-browser on win32 - fixed loading of images in help-browser plug-in on win32 - fixed zoom offsets if dot-for-dot mode is disabled - fixes to Gfig parasite loading - disabled buggy gimprc option stingy-memory-use - don't try to create a preview for a non-existant image file - fixed bug in Retinex plug-in - fixed bug in Newsprint plug-in - fixed bug in Shift plug-in - fixed bug in Grid plug-in
13 lines
421 B
Text
13 lines
421 B
Text
$NetBSD: patch-aa,v 1.14 2005/06/30 15:14:07 adam Exp $
|
|
|
|
--- etc/Makefile.in.orig 2005-06-26 19:28:20.000000000 +0000
|
|
+++ etc/Makefile.in
|
|
@@ -341,7 +341,7 @@ exec_prefix = @exec_prefix@
|
|
gimpdatadir = @gimpdatadir@
|
|
gimpdir = @gimpdir@
|
|
gimpplugindir = @gimpplugindir@
|
|
-gimpsysconfdir = @gimpsysconfdir@
|
|
+gimpsysconfdir = $(prefix)/share/examples/gimp-2.0
|
|
host = @host@
|
|
host_alias = @host_alias@
|
|
host_cpu = @host_cpu@
|