diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-14 13:15:51 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-08-14 13:15:51 +0000 |
commit | fc5bea7541f572eff5ea4608ba67623b3a28e0a8 (patch) | |
tree | 0fec50413c6980b37f3c8e4540a0784db68ec779 /graphics/gimp/files/patch-plug-ins_Makefile.in | |
parent | The X11 headers are needed for compilation, but nothing from X is (diff) |
Undo 1.2.2 upgrade.
Requested by: vanilla (maintainer)
Diffstat (limited to 'graphics/gimp/files/patch-plug-ins_Makefile.in')
-rw-r--r-- | graphics/gimp/files/patch-plug-ins_Makefile.in | 15 |
1 files changed, 6 insertions, 9 deletions
diff --git a/graphics/gimp/files/patch-plug-ins_Makefile.in b/graphics/gimp/files/patch-plug-ins_Makefile.in index 74e1fe2ac448..3662e91fff77 100644 --- a/graphics/gimp/files/patch-plug-ins_Makefile.in +++ b/graphics/gimp/files/patch-plug-ins_Makefile.in @@ -1,14 +1,11 @@ - -$FreeBSD$ - ---- plug-ins/Makefile.in.orig Fri Jul 27 16:36:22 2001 -+++ plug-ins/Makefile.in Mon Aug 13 19:12:32 2001 -@@ -113,7 +113,7 @@ - HAVE_FINITE = @HAVE_FINITE@ +--- plug-ins/Makefile.in.orig Mon Nov 13 08:16:29 2000 ++++ plug-ins/Makefile.in Mon Nov 13 08:16:45 2000 +@@ -111,7 +111,7 @@ + GT_NO = @GT_NO@ + GT_YES = @GT_YES@ HAVE_GTK_DOC = @HAVE_GTK_DOC@ - HAVE_ISFINITE = @HAVE_ISFINITE@ -HELPBROWSER = @HELPBROWSER@ +#HELPBROWSER = @HELPBROWSER@ HTML_DIR = @HTML_DIR@ + INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@ INSTOBJEXT = @INSTOBJEXT@ - INTLBISON = @INTLBISON@ |