Ticket #25489: amarok-Portfile_try1.diff
File amarok-Portfile_try1.diff, 1.1 KB (added by michaelld (Michael Dickens), 14 years ago) |
---|
-
Portfile
26 26 port:loudmouth port:qca port:libmtp port:libgpod \ 27 27 path:bin/mysql_config5:mysql5 28 28 29 patchfiles patch-src-app-mac.patch30 patch.dir ${workpath}/${distname}31 patch.pre_args -p129 #patchfiles patch-src-app-mac.patch 30 #patch.dir ${workpath}/${distname} 31 #patch.pre_args -p1 32 32 33 33 pre-configure { 34 34 if {![file exists ${prefix}/lib/mysql5/mysql/libmysqld.a]} { … … 37 37 } 38 38 } 39 39 40 post-patch { 41 # fix 32/64-bit pointer for 'this' in AE 42 reinplace "s@long@URefCon@g" ${workpath}/${distname}/src/app_mac.cpp 43 reinplace "/setupEventHandler_mac/s@long@URefCon@g" \ 44 ${workpath}/${distname}/src/App.cpp 45 } 46 40 47 # have to include the various paths to the header and library manually 41 48 # for libusb-legacy since libmtp doesn't provide them 42 49 compiler.cpath ${prefix}/include/libusb-legacy:${compiler.cpath}