diff options
author | steve <steve@FreeBSD.org> | 2000-12-11 10:02:21 +0800 |
---|---|---|
committer | steve <steve@FreeBSD.org> | 2000-12-11 10:02:21 +0800 |
commit | 850a394f533a07a52474d2671f1bfb79ff68918a (patch) | |
tree | d846d3c60ed065ba13c67651fbeb03b3f08c4f61 /audio/xmmix/files | |
parent | 28e0609f9728edd04082589399336a03b5fc13e9 (diff) | |
download | freebsd-ports-gnome-850a394f533a07a52474d2671f1bfb79ff68918a.tar.gz freebsd-ports-gnome-850a394f533a07a52474d2671f1bfb79ff68918a.tar.zst freebsd-ports-gnome-850a394f533a07a52474d2671f1bfb79ff68918a.zip |
- Support PREFIX properly
- Update WWW: line
PR: 22808
Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Diffstat (limited to 'audio/xmmix/files')
-rw-r--r-- | audio/xmmix/files/patch-aa | 22 | ||||
-rw-r--r-- | audio/xmmix/files/patch-ab | 5 | ||||
-rw-r--r-- | audio/xmmix/files/patch-ac | 11 | ||||
-rw-r--r-- | audio/xmmix/files/patch-ad | 11 |
4 files changed, 24 insertions, 25 deletions
diff --git a/audio/xmmix/files/patch-aa b/audio/xmmix/files/patch-aa deleted file mode 100644 index c3f4a3d60911..000000000000 --- a/audio/xmmix/files/patch-aa +++ /dev/null @@ -1,22 +0,0 @@ ---- ./appenv.h.org Sun Jul 14 10:48:59 1996 -+++ ./appenv.h Mon Aug 19 04:05:16 1996 -@@ -59,7 +59,7 @@ - #include <sys/types.h> - #include <sys/stat.h> - #include <sys/ioctl.h> --#include <sys/soundcard.h> -+#include <machine/soundcard.h> - #include <stdlib.h> - #include <stdio.h> - #include <errno.h> ---- ./Imakefile.org Sun Jul 14 10:48:56 1996 -+++ ./Imakefile Mon Aug 19 04:09:48 1996 -@@ -43,7 +43,7 @@ - * #include "Motif.tmpl" - * #include "Motif.rules" - */ --LOCAL_LIBRARIES= XmClientLibs -+LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB} - - - /* diff --git a/audio/xmmix/files/patch-ab b/audio/xmmix/files/patch-ab index 0ff6b74d286d..5eb85f52c5f5 100644 --- a/audio/xmmix/files/patch-ab +++ b/audio/xmmix/files/patch-ab @@ -1,6 +1,5 @@ -diff -ruN ./XMmix.ad ../xmmix-1.2/XMmix.ad ---- ./XMmix.ad Thu Nov 19 19:54:39 1998 -+++ ../xmmix-1.2/XMmix.ad Thu Nov 19 19:55:11 1998 +--- XMmix.ad.orig Mon Jul 15 02:48:58 1996 ++++ XMmix.ad Sat Nov 11 10:15:08 2000 @@ -26,7 +26,7 @@ !* diff --git a/audio/xmmix/files/patch-ac b/audio/xmmix/files/patch-ac new file mode 100644 index 000000000000..550b49a8a76d --- /dev/null +++ b/audio/xmmix/files/patch-ac @@ -0,0 +1,11 @@ +--- Imakefile.orig Mon Jul 15 02:48:56 1996 ++++ Imakefile Sat Nov 11 10:15:06 2000 +@@ -43,7 +43,7 @@ + * #include "Motif.tmpl" + * #include "Motif.rules" + */ +-LOCAL_LIBRARIES= XmClientLibs ++LOCAL_LIBRARIES= ${MOTIFLIB} ${XTOOLLIB} ${XLIB} + + + /* diff --git a/audio/xmmix/files/patch-ad b/audio/xmmix/files/patch-ad new file mode 100644 index 000000000000..e1763a183703 --- /dev/null +++ b/audio/xmmix/files/patch-ad @@ -0,0 +1,11 @@ +--- appenv.h.orig Mon Jul 15 02:48:59 1996 ++++ appenv.h Sat Nov 11 10:15:06 2000 +@@ -59,7 +59,7 @@ + #include <sys/types.h> + #include <sys/stat.h> + #include <sys/ioctl.h> +-#include <sys/soundcard.h> ++#include <machine/soundcard.h> + #include <stdlib.h> + #include <stdio.h> + #include <errno.h> |