diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-01 20:44:23 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 1999-02-01 20:44:23 +0000 |
commit | 8666527f5da29ebe79c880bf7e0671351f6a31fd (patch) | |
tree | 5aa22a07d8858c071028bc0ef3491193ea6b18d9 /audio/esound | |
parent | 096f6d34a8b8abc72a146d6c1531acdc30eaa01c (diff) | |
download | ports-8666527f5da29ebe79c880bf7e0671351f6a31fd.tar.gz ports-8666527f5da29ebe79c880bf7e0671351f6a31fd.zip |
Notes
Diffstat (limited to 'audio/esound')
-rw-r--r-- | audio/esound/files/patch-ac | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/audio/esound/files/patch-ac b/audio/esound/files/patch-ac index a5399a4bad27..05cd51b1c723 100644 --- a/audio/esound/files/patch-ac +++ b/audio/esound/files/patch-ac @@ -1,11 +1,11 @@ ---- ltconfig.orig Tue Dec 15 02:22:13 1998 -+++ ltconfig Mon Feb 1 22:17:53 1999 +--- ltconfig.orig Tue Dec 15 01:22:13 1998 ++++ ltconfig Tue Feb 2 02:40:07 1999 @@ -767,7 +767,7 @@ ;; # FreeBSD 3, at last, uses gcc -shared to do shared libraries. - freebsd3*) -+ freebsd3* | freebsd4*) ++ freebsd*) archive_cmds='$CC -shared -o $lib$libobjs' hardcode_libdir_flag_spec='-R$libdir' hardcode_direct=yes @@ -21,7 +21,7 @@ + shlibpath_var=LD_LIBRARY_PATH + ;; + -+freebsd3* | freebsd4*) ++freebsd*) + version_type=freebsd + library_names_spec='$libname.so.$versuffix $libname.so' + if [ $PORTOBJFORMAT = elf ]; then |