diff options
author | hubertf <hubertf> | 1998-02-23 16:54:52 +0000 |
---|---|---|
committer | hubertf <hubertf> | 1998-02-23 16:54:52 +0000 |
commit | 0b8b4fc6b5b8aecd25a56dcdda332e19cd8597e4 (patch) | |
tree | 76b84cb65f6d4ae62679d70209fef41667b38af6 /audio/splay | |
parent | e08fb27832b976a5c7fd1eb3c638b310d83ad3fe (diff) | |
download | pkgsrc-0b8b4fc6b5b8aecd25a56dcdda332e19cd8597e4.tar.gz |
Fix install-problem reported by Markus Illenseer
Diffstat (limited to 'audio/splay')
-rw-r--r-- | audio/splay/patches/patch-ac | 3 | ||||
-rw-r--r-- | audio/splay/patches/patch-ae | 10 | ||||
-rw-r--r-- | audio/splay/patches/patch-af | 10 | ||||
-rw-r--r-- | audio/splay/patches/patch-ag | 10 |
4 files changed, 32 insertions, 1 deletions
diff --git a/audio/splay/patches/patch-ac b/audio/splay/patches/patch-ac index 1c21f8fbc17..cb7ae810d38 100644 --- a/audio/splay/patches/patch-ac +++ b/audio/splay/patches/patch-ac @@ -31,11 +31,12 @@ diff -r -u ../../work/splay-0.5/mpegsound/rawplayer.cc ./mpegsound/rawplayer.cc diff -r -u ../../work/splay-0.5/src/Makefile.in ./src/Makefile.in --- ../../work/splay-0.5/src/Makefile.in Wed May 28 13:18:08 1997 +++ ./src/Makefile.in Sat Nov 1 01:31:25 1997 -@@ -69,6 +69,8 @@ +@@ -69,6 +69,9 @@ LIBS = @LIBS@ +LIBS += -lossaudio ++NORMAL_INSTALL=: + SUBDIRS = cmd @XQTDIR@ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/audio/splay/patches/patch-ae b/audio/splay/patches/patch-ae new file mode 100644 index 00000000000..9d05904e023 --- /dev/null +++ b/audio/splay/patches/patch-ae @@ -0,0 +1,10 @@ +]2;feyrer@yui:/usr/pkgsrc/audio/splay/work/splay-0.5 ]1;yui--- xlibs/Makefile.in.BAK Mon Feb 23 17:31:58 1998 ++++ xlibs/Makefile.in Mon Feb 23 17:32:38 1998 +@@ -37,6 +37,7 @@ + AUTOMAKE = @AUTOMAKE@ + AUTOHEADER = @AUTOHEADER@ + ++NORMAL_INSTALL=: + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ diff --git a/audio/splay/patches/patch-af b/audio/splay/patches/patch-af new file mode 100644 index 00000000000..d913c2b868d --- /dev/null +++ b/audio/splay/patches/patch-af @@ -0,0 +1,10 @@ +]2;feyrer@yui:/usr/pkgsrc/audio/splay/work/splay-0.5 ]1;yui--- mpegsound/Makefile.in.BAK Mon Feb 23 17:34:18 1998 ++++ mpegsound/Makefile.in Mon Feb 23 17:34:39 1998 +@@ -37,6 +37,7 @@ + AUTOMAKE = @AUTOMAKE@ + AUTOHEADER = @AUTOHEADER@ + ++NORMAL_INSTALL=: + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ diff --git a/audio/splay/patches/patch-ag b/audio/splay/patches/patch-ag new file mode 100644 index 00000000000..f04bf7b996a --- /dev/null +++ b/audio/splay/patches/patch-ag @@ -0,0 +1,10 @@ +]2;feyrer@yui:/usr/pkgsrc/audio/splay/work/splay-0.5 ]1;yui--- src/cmd/Makefile.in.BAK Mon Feb 23 17:44:56 1998 ++++ src/cmd/Makefile.in Mon Feb 23 17:44:04 1998 +@@ -37,6 +37,7 @@ + AUTOMAKE = @AUTOMAKE@ + AUTOHEADER = @AUTOHEADER@ + ++NORMAL_INSTALL=: + INSTALL = @INSTALL@ + INSTALL_PROGRAM = @INSTALL_PROGRAM@ + INSTALL_DATA = @INSTALL_DATA@ |