diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 23:54:11 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-03-15 23:54:11 +0000 |
commit | f067b4d9c0d94917018cbef87d97678aca686001 (patch) | |
tree | 53d074d236d88714c11200ff7e1b5dd40e5b32b9 /audio/portaudio/files/patch-configure | |
parent | 38272dc40dfee3c548148c38b4f815f656cb2b8d (diff) |
Notes
Diffstat (limited to 'audio/portaudio/files/patch-configure')
-rw-r--r-- | audio/portaudio/files/patch-configure | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/audio/portaudio/files/patch-configure b/audio/portaudio/files/patch-configure new file mode 100644 index 000000000000..25233c71a03e --- /dev/null +++ b/audio/portaudio/files/patch-configure @@ -0,0 +1,18 @@ +--- configure.orig Mon Mar 15 15:52:38 2004 ++++ configure Mon Mar 15 15:53:00 2004 +@@ -1972,6 +1972,7 @@ + fi + + OTHER_OBJS="pa_unix_oss/pa_unix_oss.o pa_unix_oss/pa_unix.o"; ++ OTHER_SHOBJS="pa_unix_oss/pa_unix_oss.So pa_unix_oss/pa_unix.So"; + LIBS="-lm -lpthread"; + PADLL="libportaudio.so"; + SHARED_FLAGS="-shared"; +@@ -2404,6 +2405,7 @@ + s,@INSTALL_DATA@,$INSTALL_DATA,;t t + s,@AR@,$AR,;t t + s,@OTHER_OBJS@,$OTHER_OBJS,;t t ++s,@OTHER_SHOBJS@,$OTHER_SHOBJS,;t t + s,@PADLL@,$PADLL,;t t + s,@SHARED_FLAGS@,$SHARED_FLAGS,;t t + s,@DLL_LIBS@,$DLL_LIBS,;t t |