summaryrefslogtreecommitdiff
path: root/audio/rplay/patches
diff options
context:
space:
mode:
authoraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
committeraugustss <augustss@pkgsrc.org>1997-10-28 23:18:20 +0000
commit4daa64a62986fd842753a48935d3c8adf6758d93 (patch)
treecc8ee8439ae9a5d7d4a09af2bda1536118792658 /audio/rplay/patches
parent4434fa54eccf4fa0896d9f01cd93c91ab718ec2c (diff)
downloadpkgsrc-4daa64a62986fd842753a48935d3c8adf6758d93.tar.gz
Initial import of FreeBSD audio packages.
Diffstat (limited to 'audio/rplay/patches')
-rw-r--r--audio/rplay/patches/patch-aa23
-rw-r--r--audio/rplay/patches/patch-ab39
2 files changed, 62 insertions, 0 deletions
diff --git a/audio/rplay/patches/patch-aa b/audio/rplay/patches/patch-aa
new file mode 100644
index 00000000000..c3872a58bba
--- /dev/null
+++ b/audio/rplay/patches/patch-aa
@@ -0,0 +1,23 @@
+*** configure.bak Fri Feb 2 03:30:38 1996
+--- configure Fri Jun 13 19:14:52 1997
+***************
+*** 2589,2597 ****
+
+
+ if test "$no_x" = "yes" -o "$HAVE_FORMS" = "no"; then
+! BUILD_TARGETS="include lib adpcm gsm librplay rplayd rplay rptp doc"
+ else
+! BUILD_TARGETS="include lib adpcm gsm librplay rplayd rplay rptp xrplay doc"
+ fi
+
+
+--- 2589,2597 ----
+
+
+ if test "$no_x" = "yes" -o "$HAVE_FORMS" = "no"; then
+! BUILD_TARGETS="include lib adpcm librplay rplayd rplay rptp doc"
+ else
+! BUILD_TARGETS="include lib adpcm librplay rplayd rplay rptp xrplay doc"
+ fi
+
+
diff --git a/audio/rplay/patches/patch-ab b/audio/rplay/patches/patch-ab
new file mode 100644
index 00000000000..8770cd19979
--- /dev/null
+++ b/audio/rplay/patches/patch-ab
@@ -0,0 +1,39 @@
+*** rplayd/Makefile.in.orig Fri Feb 2 03:13:57 1996
+--- rplayd/Makefile.in Fri Jun 13 19:31:38 1997
+***************
+*** 1,4 ****
+--- 1,5 ----
+ include @RPLAY_TOP@/Makefile.config
++ bindir= $(exec_prefix)/sbin
+
+ srcdir = @srcdir@
+ VPATH = @srcdir@
+***************
+*** 9,21 ****
+ MKINSTALLDIRS= @srcdir@/../mkinstalldirs
+
+ CPPFLAGS= $(CC_OPTIONS) -I. -I../include -I@srcdir@ -I@srcdir@/../include -I@srcdir@/../lib \
+! -I@srcdir@/../adpcm -I@srcdir@/../gsm @DEFS@
+
+ .c.o:
+ $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
+
+ LDFLAGS= $(LD_OPTIONS) -L../librplay -lrplay -L../lib -lrp \
+! -L../adpcm -ladpcm -L../gsm -lgsm @LDFLAGS@ @LIBS@ -lm
+
+ TARGET= rplayd
+
+--- 10,22 ----
+ MKINSTALLDIRS= @srcdir@/../mkinstalldirs
+
+ CPPFLAGS= $(CC_OPTIONS) -I. -I../include -I@srcdir@ -I@srcdir@/../include -I@srcdir@/../lib \
+! -I@srcdir@/../adpcm -I/usr/local/include @DEFS@
+
+ .c.o:
+ $(CC) -c $(CPPFLAGS) $(CFLAGS) $<
+
+ LDFLAGS= $(LD_OPTIONS) -L../librplay -lrplay -L../lib -lrp \
+! -L../adpcm -ladpcm -L/usr/local/lib -lgsm @LDFLAGS@ @LIBS@ -lm
+
+ TARGET= rplayd
+