diff options
author | augustss <augustss> | 1998-02-09 19:59:30 +0000 |
---|---|---|
committer | augustss <augustss> | 1998-02-09 19:59:30 +0000 |
commit | 15a021bab468858baeb4e65c760b02e5f9c1781b (patch) | |
tree | 80144ed1b326f619e579e2c06be8cd1a843b84bd /audio/rsynth/patches | |
parent | dc1f741708535b2941ffe4eda6b0ecb7d33f643b (diff) | |
download | pkgsrc-15a021bab468858baeb4e65c760b02e5f9c1781b.tar.gz |
Remove rsynth package until nas (which it depends on) has been ported.
Diffstat (limited to 'audio/rsynth/patches')
-rw-r--r-- | audio/rsynth/patches/patch-aa | 9 | ||||
-rw-r--r-- | audio/rsynth/patches/patch-ab | 30 | ||||
-rw-r--r-- | audio/rsynth/patches/patch-ac | 11 |
3 files changed, 0 insertions, 50 deletions
diff --git a/audio/rsynth/patches/patch-aa b/audio/rsynth/patches/patch-aa deleted file mode 100644 index 44906e467d3..00000000000 --- a/audio/rsynth/patches/patch-aa +++ /dev/null @@ -1,9 +0,0 @@ -*** naplay.c.ORIG Tue Nov 1 19:40:13 1994 ---- naplay.c Sat Jun 10 19:51:40 1995 -*************** -*** 1,3 **** ---- 1,4 ---- -+ #include <sys/types.h> - #include <useconfig.h> - #include <sys/time.h> - #include <sys/stat.h> diff --git a/audio/rsynth/patches/patch-ab b/audio/rsynth/patches/patch-ab deleted file mode 100644 index 60772e54d8a..00000000000 --- a/audio/rsynth/patches/patch-ab +++ /dev/null @@ -1,30 +0,0 @@ -*** configure.in.orig Tue Nov 8 14:30:51 1994 ---- configure.in Sat Jul 1 18:02:56 1995 -*************** -*** 11,17 **** - dbm=none - make_dist=/dev/null - -! AC_PREFIX_PROGRAM(gcc) - - if test -z "$CC" && test -n "$GCC" ; then - CC=$GCC ---- 11,18 ---- - dbm=none - make_dist=/dev/null - -! dnl *sigh* - torstenb -! dnl AC_PREFIX_PROGRAM(gcc) - - if test -z "$CC" && test -n "$GCC" ; then - CC=$GCC -*************** -*** 41,46 **** ---- 42,48 ---- - *-sgi-*) hplay=sgi ;; - *-next-*) hplay=NeXT; AC_CHECK_HEADERS(libc.h) ;; - *-*-linux*) hplay=linux ;; -+ *-*-freebsd*) hplay=freebsd ;; - *-*-hpux*) hplay=hpux ;; - *-*-*) echo "Unknown host type $host" ;; - esac diff --git a/audio/rsynth/patches/patch-ac b/audio/rsynth/patches/patch-ac deleted file mode 100644 index d2f780df5b1..00000000000 --- a/audio/rsynth/patches/patch-ac +++ /dev/null @@ -1,11 +0,0 @@ ---- ./Makefile.in.org Tue Nov 8 05:30:52 1994 -+++ ./Makefile.in Mon Jul 3 21:29:28 1995 -@@ -67,7 +67,7 @@ - for f in $(PROGS); do \ - $(INSTALL_PROG) $$f $(BIN_DIR); \ - done -- $(INSTALL) -d $(LIB_DIR) -+ if [ ! -d $(LIB_DIR) ]; then mkdir -p $(LIB_DIR); fi - for f in $(DICTS); do \ - $(INSTALL_DATA) $$f $(LIB_DIR); \ - done |