diff options
author | tron <tron@pkgsrc.org> | 2001-05-22 19:35:37 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2001-05-22 19:35:37 +0000 |
commit | afb084ff34f950a5096a9e949f9b1c69febdb4b1 (patch) | |
tree | b97b7c6f66fad71bb76b493b6aac3c3b23dffeb1 | |
parent | da3e7df345f94dae97bfad052ddb3e78835cdf2a (diff) | |
download | pkgsrc-afb084ff34f950a5096a9e949f9b1c69febdb4b1.tar.gz |
Remove patch obsoleted by last update.
-rw-r--r-- | wm/windowmaker/patches/patch-ad | 40 |
1 files changed, 0 insertions, 40 deletions
diff --git a/wm/windowmaker/patches/patch-ad b/wm/windowmaker/patches/patch-ad deleted file mode 100644 index 69cbdcb07bb..00000000000 --- a/wm/windowmaker/patches/patch-ad +++ /dev/null @@ -1,40 +0,0 @@ -$NetBSD: patch-ad,v 1.1.1.1 2000/12/12 02:03:49 wiz Exp $ - ---- wrlib/x86_specific.c.orig Wed Feb 16 19:22:46 2000 -+++ wrlib/x86_specific.c Sat Apr 8 08:28:23 2000 -@@ -175,7 +175,11 @@ - "movl 16(%ebp), %eax \n" // - "movl %eax, -32(%ebp) \n" // [-32] = eerr - -+#ifdef __ELF__ - ".align 16 \n" -+#else -+ ".align 4 \n" -+#endif - ".LoopXa: \n" - - // calculate errors and pixel components -@@ -382,7 +386,11 @@ - "movl 16(%ebp), %eax \n" // - "movl %eax, -32(%ebp) \n" // [-32] = eerr - -+#ifdef __ELF__ - ".align 16 \n" -+#else -+ ".align 4 \n" -+#endif - - "movl %eax, -4(%ebp) \n" // x = w1 - ".LoopX_1c: \n" -@@ -502,7 +510,11 @@ - "movl $0, (%ecx) \n" // init error of nerr[0] to 0 - - -+#ifdef __ELF__ - ".align 16 \n" -+#else -+ ".align 4 \n" -+#endif - ".LoopXb: \n" - - |