summaryrefslogtreecommitdiff
path: root/audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Update `audio/audacity' to the latest version 2.4.1Alexey Dokuchaev2020-06-161-13/+0
| | | | | | | | | | | - Switch to purely CMake-based build, remove autotools-related patches and Makefile knobs - Force PLIST_SUB+=NLS="" temporarily while the proper fix is being developed, to reduce the churn of the pkg-plist - Do not force C++14 while C++11 is sufficient for the time being - Do not hardcode Python version when building the manual page PR: 246645
* Cleanup patches, a* categories.Mathieu Arnold2016-07-261-1/+1
| | | | | | | Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
* Add autoreconf libtool to USES; install headers to include, not DATADIRThomas Zander2016-03-181-0/+13
This changeset brings in the necessary fixes in audacity's build system to use autoreconf and libtool in USES. (206914) First use case of this is to have audacity install its headers in the standard include path rather than DATADIR (207074). Bump PORTREVISION. PR: 206914, 207074 Submitted by: tatsuki_makino@hotmail.com Approved by: xxjack12xx@gmail.com (maintainer)