diff options
Diffstat (limited to 'x11/afterstep/patches/patch-ad')
-rw-r--r-- | x11/afterstep/patches/patch-ad | 32 |
1 files changed, 12 insertions, 20 deletions
diff --git a/x11/afterstep/patches/patch-ad b/x11/afterstep/patches/patch-ad index db293e57fdf..80e64c3d5f0 100644 --- a/x11/afterstep/patches/patch-ad +++ b/x11/afterstep/patches/patch-ad @@ -1,20 +1,12 @@ -$NetBSD: patch-ad,v 1.1 1998/08/23 07:28:45 garbled Exp $ ---- apps/ascd/plat_freebsd.c.orig Tue Aug 18 16:15:06 1998 -+++ apps/ascd/plat_freebsd.c Tue Aug 18 16:18:41 1998 -@@ -32,4 +32,4 @@ - #define MSF_FRAMES 3 --#include "/sys/scsi/scsi_all.h" --#include "/sys/scsi/scsi_cd.h" -+/*#include "/sys/scsi/scsi_all.h"*/ -+/*#include "/sys/scsi/scsi_cd.h"*/ - #else -@@ -108,3 +108,3 @@ - --#ifdef __NetBSD__ -+#ifdef __NetBSDBROKE__ - *startframe = toc_buffer.addr[MSF_MINUTES]*60*75 + -@@ -186,3 +186,3 @@ - dopos: --#ifdef __NetBSD__ -+#ifdef __NetBSDBROKE__ - *pos = scd.what.position.absaddr[MSF_MINUTES] * 60 * 75 + +$NetBSD: patch-ad,v 1.2 1998/12/28 23:36:44 tron Exp $ + +--- configure.orig Thu Dec 10 05:52:19 1998 ++++ configure Tue Dec 29 00:26:35 1998 +@@ -4012,6 +4012,7 @@ + s%@DEFS@%$DEFS%g + s%@LDFLAGS@%$LDFLAGS%g + s%@LIBS@%$LIBS%g ++s%@LOCALBASE@%$LOCALBASE%g + s%@exec_prefix@%$exec_prefix%g + s%@prefix@%$prefix%g + s%@program_transform_name@%$program_transform_name%g |