diff options
author | Thomas Gellekum <tg@FreeBSD.org> | 2000-03-07 11:39:46 +0000 |
---|---|---|
committer | Thomas Gellekum <tg@FreeBSD.org> | 2000-03-07 11:39:46 +0000 |
commit | fa12a825341388ee4e62e135699457258be3b1d2 (patch) | |
tree | 81813345ee9b25e9850fe47553d5390a759e0959 /audio/pysol-sound-server/files/patch-aa | |
parent | Mark this port as i386 only, and check for the presence of compat22. (diff) |
New port pysol-sound-server. Despite its name, it's a rather generic
Python extension module that plays WAVs together with MP3 or MOD
background music.
PR: 16608
Submitted by: Maxim Sobolev <sobomax@altavista.net>
Notes
Notes:
svn path=/head/; revision=26611
Diffstat (limited to 'audio/pysol-sound-server/files/patch-aa')
-rw-r--r-- | audio/pysol-sound-server/files/patch-aa | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/pysol-sound-server/files/patch-aa b/audio/pysol-sound-server/files/patch-aa new file mode 100644 index 000000000000..b0135171bf20 --- /dev/null +++ b/audio/pysol-sound-server/files/patch-aa @@ -0,0 +1,13 @@ +--- configure.orig Tue Feb 1 01:08:47 2000 ++++ configure Tue Feb 1 01:13:24 2000 +@@ -5,8 +5,8 @@ + SDL_CFLAGS=`$SDL_CONFIG --cflags` + SDL_LIBS=`$SDL_CONFIG --libs` + +-SMPEG_CFLAGS="" +-SMPEG_LIBS="-lsmpeg" ++SMPEG_CFLAGS="-I""$X11BASE""/include" ++SMPEG_LIBS="-L""$X11BASE""/lib -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 + |