diff options
Diffstat (limited to 'graphics/xmedcon/files')
-rw-r--r-- | graphics/xmedcon/files/patch-etc::Makefile.in | 24 | ||||
-rw-r--r-- | graphics/xmedcon/files/patch-man::Makefile.in | 40 |
2 files changed, 28 insertions, 36 deletions
diff --git a/graphics/xmedcon/files/patch-etc::Makefile.in b/graphics/xmedcon/files/patch-etc::Makefile.in index fa02634aa901..0247b67cf91b 100644 --- a/graphics/xmedcon/files/patch-etc::Makefile.in +++ b/graphics/xmedcon/files/patch-etc::Makefile.in @@ -1,23 +1,21 @@ ---- etc/Makefile.in.orig Sun Dec 8 01:39:58 2002 -+++ etc/Makefile.in Mon Dec 9 13:14:55 2002 -@@ -180,13 +180,15 @@ +--- etc/Makefile.in.orig Fri Jan 17 20:39:56 2003 ++++ etc/Makefile.in Fri Jan 17 20:40:57 2003 +@@ -190,15 +190,14 @@ - AUTOMAKE_OPTIONS = gnu - -+.if(DO_XSUPPORT) RC_FILES = \ xmedconrc \ - xmedconrc.linux \ - xmedconrc.win32 -- -- --ICONS = xmedcon.ico xmedcon.png + xmedconrc.linux + + +-ICONS = xmedcon.ico xmedcon.png +ICONS = xmedcon.png -+.else -+RC_FILES = -+ICONS = -+.endif GTK_DIST = README $(RC_FILES) $(ICONS) +-sysconf_DATA = $(RC_FILES) $(ICONS) ++@DO_XSUPPORT_TRUE@sysconf_DATA = $(RC_FILES) $(ICONS) + + EXTRA_DIST = $(GTK_DIST) + subdir = etc diff --git a/graphics/xmedcon/files/patch-man::Makefile.in b/graphics/xmedcon/files/patch-man::Makefile.in index e5d764e0419b..0e0f97618c07 100644 --- a/graphics/xmedcon/files/patch-man::Makefile.in +++ b/graphics/xmedcon/files/patch-man::Makefile.in @@ -1,29 +1,23 @@ ---- man/Makefile.in.orig Mon Dec 9 12:56:39 2002 -+++ man/Makefile.in Mon Dec 9 12:52:38 2002 -@@ -180,6 +180,7 @@ +--- man/Makefile.in.orig Wed Jan 15 22:36:59 2003 ++++ man/Makefile.in Fri Jan 17 22:01:00 2003 +@@ -188,18 +188,9 @@ AUTOMAKE_OPTIONS = gnu -+.if(DO_XSUPPORT) - man_MANS = \ - medcon.1 \ - xmedcon.1 \ -@@ -191,6 +192,18 @@ - m-gif.4 \ - m-intf.4 \ - m-inw.4 -+.else -+man_MANS = \ -+ medcon.1 \ -+ xmedcon-config.1 \ -+ medcon.3 \ -+ m-acr.4 \ -+ m-anlz.4 \ -+ m-ecat.4 \ -+ m-gif.4 \ -+ m-intf.4 \ -+ m-inw.4 -+.endif +-man_MANS = \ +- medcon.1 \ +- xmedcon.1 \ +- xmedcon-config.1 \ +- medcon.3 \ +- m-acr.4 \ +- m-anlz.4 \ +- m-ecat.4 \ +- m-gif.4 \ +- m-intf.4 \ +- m-inw.4 ++@DO_XSUPPORT_TRUE@man_MANS = medcon.1 xmedcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4 + ++@DO_XSUPPORT_FALSE@man_MANS = medcon.1 xmedcon-config.1 medcon.3 m-acr.4 m-anlz.4 m-ecat.4 m-gif.4 m-intf.4 m-inw.4 EXTRA_DIST = $(man_MANS) subdir = man |