6c99e3ddf6
- add message to warn if previous version of gimp 1.1.x is installed and remind user to remove it - lack of needed include directory in new gtk's gtk-config broke compiling, add patches to fix compiling
12 lines
468 B
Plaintext
12 lines
468 B
Plaintext
--- libgimp/Makefile.in.orig Wed Apr 7 19:40:16 1999
|
|
+++ libgimp/Makefile.in Wed Apr 7 19:41:39 1999
|
|
@@ -163,7 +163,7 @@
|
|
|
|
gimpincludedir = $(includedir)/libgimp
|
|
|
|
-CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@
|
|
+CPPFLAGS = -DGIMPDIR=\""$(gimpdir)"\" -DDATADIR=\""$(gimpdatadir)"\" @GIMP_THREAD_FLAGS@ @CPPFLAGS@
|
|
|
|
|
|
INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/intl -I../intl $(GTK_CFLAGS) -I$(includedir)
|