openbsd-ports/graphics/gimp/patches/patch-ae
brad 6c99e3ddf6 - use correct major/minor version for shared libs
- 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
1999-04-08 04:21:52 +00:00

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)