aboutsummaryrefslogtreecommitdiffstats
path: root/audio/pysol-sound-server/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-05-08 16:21:19 +0800
committersobomax <sobomax@FreeBSD.org>2001-05-08 16:21:19 +0800
commitadafbc49f13ddab203208c2019f9d0bf7f558379 (patch)
tree50266314a9771fc0de41938e5892803bf58b7253 /audio/pysol-sound-server/files
parent5993a007a00b81e2fc2c995196703d3078b79eca (diff)
downloadfreebsd-ports-gnome-adafbc49f13ddab203208c2019f9d0bf7f558379.tar.gz
freebsd-ports-gnome-adafbc49f13ddab203208c2019f9d0bf7f558379.tar.zst
freebsd-ports-gnome-adafbc49f13ddab203208c2019f9d0bf7f558379.zip
Update to 2.40.
Diffstat (limited to 'audio/pysol-sound-server/files')
-rw-r--r--audio/pysol-sound-server/files/patch-aa20
-rw-r--r--audio/pysol-sound-server/files/patch-ab21
2 files changed, 23 insertions, 18 deletions
diff --git a/audio/pysol-sound-server/files/patch-aa b/audio/pysol-sound-server/files/patch-aa
index 202409e26c7a..c03615f10777 100644
--- a/audio/pysol-sound-server/files/patch-aa
+++ b/audio/pysol-sound-server/files/patch-aa
@@ -1,18 +1,14 @@
---- configure.orig Tue Jan 25 13:35:32 2000
-+++ configure Mon Apr 24 14:48:53 2000
-@@ -1,12 +1,12 @@
- #! /bin/sh
-
--SDL_CONFIG="sdl-config"
-+SDL_CONFIG="sdl11-config"
+
+$FreeBSD$
+
+--- configure.orig Thu Mar 1 01:36:41 2001
++++ configure Tue May 8 10:33:36 2001
+@@ -15,7 +15,7 @@
+ fi
SDL_VERSION=`$SDL_CONFIG --version`
SDL_CFLAGS=`$SDL_CONFIG --cflags`
-SDL_LIBS=`$SDL_CONFIG --libs`
+SDL_LIBS=`$SDL_CONFIG --libs | sed 's/-pthread//'`
SMPEG_CFLAGS=""
--SMPEG_LIBS="-lsmpeg"
-+SMPEG_LIBS="-lsmpeg"
-
- sed -e "s|@SDL_VERSION@|$SDL_VERSION|g" -e "s|@SDL_CFLAGS@|$SDL_CFLAGS|g" -e "s|@SDL_LIBS@|$SDL_LIBS|g" -e "s|@SMPEG_CFLAGS@|$SMPEG_CFLAGS|g" -e "s|@SMPEG_LIBS@|$SMPEG_LIBS|g" < Setup.pre.in > Setup.in
-
+ SMPEG_LIBS="-lsmpeg"
diff --git a/audio/pysol-sound-server/files/patch-ab b/audio/pysol-sound-server/files/patch-ab
index 7a7afec5079e..5d0856b200d4 100644
--- a/audio/pysol-sound-server/files/patch-ab
+++ b/audio/pysol-sound-server/files/patch-ab
@@ -1,15 +1,24 @@
---- Setup.pre.in.orig Tue Feb 15 13:15:48 2000
-+++ Setup.pre.in Tue May 30 16:49:15 2000
-@@ -9,7 +9,7 @@
- CFLAGS = $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+
+$FreeBSD$
+
+--- Setup.pre.in.orig Wed Jan 31 02:03:12 2001
++++ Setup.pre.in Tue May 8 10:35:22 2001
+@@ -6,11 +6,11 @@
- CFLAGS__gcc = -Wall -O2 -finline-functions -ffast-math
+
+ ##CFLAGS = $(OPT) $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+-CFLAGS = $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
++CFLAGS += $(EXTRA_CFLAGS) $(CFLAGS__$(CC)) -I$(INCLUDEPY) -I$(EXECINCLUDEPY) $(DEFS)
+
+ ##CFLAGS__gcc = -Wall -O2 -finline-functions -ffast-math
+-CFLAGS__gcc = -Wall -O2 -ffast-math
-EXTRA_CFLAGS = -I$(srcdir) -I$(srcdir)/mikmod $(SDL_CFLAGS) $(SMPEG_CFLAGS)
++CFLAGS__gcc = -Wall -ffast-math
+EXTRA_CFLAGS = $(SDL_CFLAGS) -I$(srcdir) $(SMPEG_CFLAGS)
SMPEG_LIBS = @SMPEG_LIBS@
SMPEG_CFLAGS = @SMPEG_CFLAGS@
-@@ -19,32 +19,6 @@
+@@ -20,32 +20,6 @@
pysolsoundserver \
command.c \
module.c \