diff options
Diffstat (limited to 'graphics/xmedcon/files/patch-etc::Makefile.am')
-rw-r--r-- | graphics/xmedcon/files/patch-etc::Makefile.am | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/graphics/xmedcon/files/patch-etc::Makefile.am b/graphics/xmedcon/files/patch-etc::Makefile.am deleted file mode 100644 index e22b6c046ecf..000000000000 --- a/graphics/xmedcon/files/patch-etc::Makefile.am +++ /dev/null @@ -1,27 +0,0 @@ ---- etc/Makefile.am.orig Sun Oct 13 16:52:25 2002 -+++ etc/Makefile.am Sun Oct 13 21:35:14 2002 -@@ -12,15 +12,18 @@ - - AUTOMAKE_OPTIONS = gnu - -+if DO_XSUPPORT - RC_FILES = \ - xmedconrc \ -- xmedconrc.linux \ -- xmedconrc.win32 -- --ICONS = xmedcon.ico xmedcon.png -+ xmedconrc.linux -+ICONS = xmedcon.png -+else -+RC_FILES = -+ICONS = -+endif - --GTK_DIST = README $(RC_FILES) $(ICONS) -+#GTK_DIST = README $(RC_FILES) $(ICONS) - - sysconf_DATA = $(RC_FILES) $(ICONS) - --EXTRA_DIST = $(GTK_DIST) -+#EXTRA_DIST = $(GTK_DIST) |