openbsd-ports/graphics/amide/patches/patch-src_Makefile_in
jasper 54457e17d0 don't build amide_gnome.c, it's the only reason why this still depends on
the ancient and deprecated gnome-vfs2. upstream seems too lazy to properly fix
this, so point users to the online help instead.

ok aja@ benoit@ (MAINTAINER)
2011-05-16 07:42:50 +00:00

35 lines
1.6 KiB
Plaintext

$OpenBSD: patch-src_Makefile_in,v 1.3 2011/05/16 07:42:50 jasper Exp $
Don't build amide_gnome.c, it's only there because upstream didn't
migrate away from this deprecated library yet. It's function is to
display help, which is also available online.
--- src/Makefile.in.orig Sun May 15 23:20:48 2011
+++ src/Makefile.in Sun May 15 23:21:07 2011
@@ -116,7 +116,7 @@ am__objects_6 = amitk_roi_ELLIPSOID.$(OBJEXT) \
am_amide_OBJECTS = $(am__objects_1) $(am__objects_2) $(am__objects_3) \
$(am__objects_4) $(am__objects_3) $(am__objects_5) \
$(am__objects_3) $(am__objects_6) $(am__objects_3) \
- amide.$(OBJEXT) amide_gconf.$(OBJEXT) amide_gnome.$(OBJEXT) \
+ amide.$(OBJEXT) amide_gconf.$(OBJEXT) \
amitk_common.$(OBJEXT) alignment.$(OBJEXT) analysis.$(OBJEXT) \
amitk_canvas.$(OBJEXT) amitk_canvas_object.$(OBJEXT) \
amitk_color_table.$(OBJEXT) amitk_color_table_menu.$(OBJEXT) \
@@ -407,8 +407,6 @@ amide_SOURCES = \
amide_intl.h \
amide_gconf.c \
amide_gconf.h \
- amide_gnome.c \
- amide_gnome.h \
amitk_common.c \
amitk_common.h \
alignment.c \
@@ -770,7 +768,6 @@ distclean-compile:
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alignment.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amide.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amide_gconf.Po@am__quote@
-@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amide_gnome.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amitk_canvas.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amitk_canvas_object.Po@am__quote@
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/amitk_color_table.Po@am__quote@