84c6d9c0af
- fixed display problem in the Animation Playback plug-in - fixed misbehaviour of the user installation dialog - make sure that session-managed windows are mapped completely inside a monitor - don't use long deprecated libpng API - fixed possible segfault when closing image while saving it - halt tools when the image mode changes - fixed problem in Scale and Resize widgets - fixed wrong offset in transform PDB functions - fixed bugs in the Dicom load plug-in - make sure text widgets get all key events first - fixed problems with default values in the PNG save plug-in - fixed Save As dialog not displaying the filename - fixed compilation problem with gcc 4.1 - plugged a possible buffer overrun in the XCF parser - don't save image parasites twice in XCF files
13 lines
421 B
Text
13 lines
421 B
Text
$NetBSD: patch-aa,v 1.16 2006/07/10 22:06:32 adam Exp $
|
|
|
|
--- etc/Makefile.in.orig 2006-06-22 12:52:52.000000000 +0200
|
|
+++ etc/Makefile.in
|
|
@@ -366,7 +366,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@
|