diff options
author | jlam <jlam@pkgsrc.org> | 1999-07-06 07:54:05 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 1999-07-06 07:54:05 +0000 |
commit | 6462de2c86cf0d27f8108072cac71bd9c3ff127b (patch) | |
tree | 990df2f1ddf8dd4ee0d3049b9f115e2581fd0c0b /audio/cam/patches/patch-aa | |
parent | 573317f6c010251455bb6b866d89e55e95b56c7c (diff) | |
download | pkgsrc-6462de2c86cf0d27f8108072cac71bd9c3ff127b.tar.gz |
* Update ncurses dependency.
* Split multi-file patch-aa.
* Pass correct linker options to make this ELF-aware.
Diffstat (limited to 'audio/cam/patches/patch-aa')
-rw-r--r-- | audio/cam/patches/patch-aa | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/audio/cam/patches/patch-aa b/audio/cam/patches/patch-aa index 2c7ae88eb0f..64df1c01079 100644 --- a/audio/cam/patches/patch-aa +++ b/audio/cam/patches/patch-aa @@ -1,22 +1,5 @@ -$NetBSD: patch-aa,v 1.3 1998/08/07 10:35:54 agc Exp $ +$NetBSD: patch-aa,v 1.4 1999/07/06 07:54:06 jlam Exp $ -diff -ru ../cam-1.02-virgin/cam.h ./cam.h ---- ../cam-1.02-virgin/cam.h Mon Oct 21 13:08:08 1996 -+++ ./cam.h Sun Nov 10 12:19:52 1996 -@@ -23,7 +23,11 @@ - #include <stdio.h> - #include <ncurses.h> - #include <signal.h> -+#ifdef __FreeBSD__ -+#include <machine/soundcard.h> -+#else - #include <sys/soundcard.h> -+#endif - #include <fcntl.h> - - #include "sounds.h" -Only in .: cam.o -Only in .: screens.o diff -ru ../cam-1.02-virgin/sounds.c ./sounds.c --- ../cam-1.02-virgin/sounds.c Mon Oct 21 13:33:55 1996 +++ ./sounds.c Sun Nov 10 12:20:22 1996 @@ -38,10 +21,3 @@ diff -ru ../cam-1.02-virgin/sounds.c ./sounds.c draw_handle( Y+1, X+14+dev_vol[dev_count].vol_left, FALSE, 4); if (STEREO(dev_nr)) draw_handle( Y+2, X+14+dev_vol[dev_count].vol_right, FALSE, 4); -Only in .: sounds.o -diff -ru ../cam-1.02-virgin/xcam ./xcam ---- ../cam-1.02-virgin/xcam Thu Sep 19 12:10:40 1996 -+++ ./xcam Sun Nov 10 12:21:10 1996 -@@ -1 +1 @@ --color-xterm -tn xterm-color -font vga -geometry 80x25 -bg black -fg gray -e cam -+color_xterm -tn xterm-color -font vga -geometry 80x25 -bg black -fg gray -e ./cam |