diff options
Diffstat (limited to 'x11-servers/Xatm/files')
-rw-r--r-- | x11-servers/Xatm/files/patch-aa | 15 | ||||
-rw-r--r-- | x11-servers/Xatm/files/patch-ab | 25 |
2 files changed, 0 insertions, 40 deletions
diff --git a/x11-servers/Xatm/files/patch-aa b/x11-servers/Xatm/files/patch-aa deleted file mode 100644 index 4601e053abcc..000000000000 --- a/x11-servers/Xatm/files/patch-aa +++ /dev/null @@ -1,15 +0,0 @@ ---- programs/Imakefile~ Fri Apr 2 05:38:13 1999 -+++ programs/Imakefile Sun Oct 31 09:30:22 1999 -@@ -3,9 +3,10 @@ - #define IHaveSubdirs - #define PassCDebugFlags CDEBUGFLAGS="$(CDEBUGFLAGS)" - --#ifndef BuildFontServer --#define BuildFontServer -+#ifdef BuildFontServer -+#undef BuildFontServer - #endif -+#define BuildFontServer YES - - #if BuildServer - RGBSRCDIR = rgb diff --git a/x11-servers/Xatm/files/patch-ab b/x11-servers/Xatm/files/patch-ab deleted file mode 100644 index 395fc91f82b0..000000000000 --- a/x11-servers/Xatm/files/patch-ab +++ /dev/null @@ -1,25 +0,0 @@ ---- Imakefile.orig Sun Oct 31 09:42:32 1999 -+++ Imakefile Sun Oct 31 09:43:58 1999 -@@ -19,18 +19,18 @@ - - xfs-atm:: ./programs/xfs/xfs-atm - rm -f $@ -- cp $< $@ -+ cp ./programs/xfs/xfs-atm $@ - - config.sample:: ./programs/xfs/config - rm -f $@ -- cp $< $@ -+ cp ./programs/xfs/config $@ - - fonts.cap.sample:: ./lib/font/Xatm/fonts.cap.sample - rm -f $@ -- cp $< $@ -+ cp ./lib/font/Xatm/fonts.cap.sample $@ - fonts.dir.sample:: ./lib/font/Xatm/fonts.dir.sample - rm -f $@ -- cp $< $@ -+ cp ./lib/font/Xatm/fonts.dir.sample $@ - - clean:: - rm -f $(XATM_TARGET) |