diff options
Diffstat (limited to 'audio/esound/files/patch-ab')
-rw-r--r-- | audio/esound/files/patch-ab | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/audio/esound/files/patch-ab b/audio/esound/files/patch-ab deleted file mode 100644 index 8a0d2ff0bf3f..000000000000 --- a/audio/esound/files/patch-ab +++ /dev/null @@ -1,19 +0,0 @@ ---- ltmain.sh.orig Thu Dec 31 19:15:49 1998 -+++ ltmain.sh Thu Dec 31 19:17:02 1998 -@@ -923,6 +923,16 @@ - versuffix="$current.$revision" - ;; - -+ freebsd) -+ version_vars="$version_vars major versuffix" -+ major="$current" -+ if [ $PORTOBJFORMAT = elf ]; then -+ versuffix="$current" -+ else -+ versuffix="$current.$revision" -+ fi -+ ;; -+ - *) - $echo "$modename: unknown library version type \`$version_type'" 1>&2 - echo "Fatal configuration error. See the $PACKAGE docs for more information." 1>&2 |