Ticket #4237: libmikmod-noesound.patch

File libmikmod-noesound.patch, 862 bytes (added by adamw@…, 19 years ago)

Simple patch to remove libmikmod's superfluous esound dependency

  • Portfile

    ? libmikmod-noesound.patch
    RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/audio/libmikmod/Portfile,v
    retrieving revision 1.14
    diff -u -d -p -r1.14 Portfile
     
    33PortSystem 1.0
    44name            libmikmod
    55version         3.1.11a
     6revision        1
    67categories      audio
    78maintainers     mij@opendarwin.org
    89description     portable sound library
    extract.only ${distname}${extract.suffix 
    2223
    2324checksums       ${name}-[strsed ${version} {s/a$//}].tar.gz md5 705106da305e8de191549f1e7393185c \
    2425                        ${name}-[strsed ${version} {s/a$/-a/}].diff md5 5e56be5a32eecf3cfa195379a5ecb0ef
    25 
    26 depends_lib     lib:libesd.0:esound
    2726
    2827post-patch {
    2928        set patchfile "${distpath}/${name}-[strsed ${version} {s/a$/-a/}].diff"