diff options
author | SADA Kenji <sada@FreeBSD.org> | 1999-01-28 20:35:46 +0000 |
---|---|---|
committer | SADA Kenji <sada@FreeBSD.org> | 1999-01-28 20:35:46 +0000 |
commit | a1cf884bb1d5f38a8bcb2d9a3d524da72d7e39f3 (patch) | |
tree | 41131d496c22b4b3f43f93b5662e017e001432a3 /audio/esound | |
parent | upgrade to the 3.9.1-3110 patch. (diff) |
esound port is not creating a shared library on -current
PR: ports/9714
Submitted-by: Chris Piazza <cpiazza@home.net>
Notes
Notes:
svn path=/head/; revision=16410
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/files/patch-ab | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/esound/files/patch-ab b/audio/esound/files/patch-ab index 641b7d3ef194..493cbec2e48e 100644 --- a/audio/esound/files/patch-ab +++ b/audio/esound/files/patch-ab @@ -31,7 +31,7 @@ + shlibpath_var=LD_LIBRARY_PATH + ;; + -+freebsd3*) ++freebsd3* | freebsd4*) + version_type=freebsd + library_names_spec='$libname.so.$versuffix $libname.so' + if [ $PORTOBJFORMAT = elf ]; then |