diff options
author | Thomas Zander <riggs@FreeBSD.org> | 2016-03-18 06:51:28 +0000 |
---|---|---|
committer | Thomas Zander <riggs@FreeBSD.org> | 2016-03-18 06:51:28 +0000 |
commit | 230898beddfed81413ad30c5ac1b00df02dba082 (patch) | |
tree | 9fb5cceb873cee0a88a748d4a1d8703c5fd68fca /audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am | |
parent | Update to 2.4.4 (diff) |
Add autoreconf libtool to USES; install headers to include, not DATADIR
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)
Diffstat (limited to 'audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am')
-rw-r--r-- | audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am b/audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am new file mode 100644 index 000000000000..c9757b902435 --- /dev/null +++ b/audio/audacity/files/patch-lib-src_FileDialog_win_Makefile.am @@ -0,0 +1,13 @@ +--- lib-src/FileDialog/win/Makefile.am.orig 1970-01-01 00:00:00 UTC ++++ lib-src/FileDialog/win/Makefile.am +@@ -0,0 +1,10 @@ ++ACLOCAL_AMFLAGS= -I m4 ++noinst_LTLIBRARIES= libFileDialog.la ++libFileDialog_la_CPPFLAGS= \ ++ $(WX_CXXFLAGS) -Wno-deprecated-declarations ++libFileDialog_la_LIBADD= \ ++ $(WX_LIBS) ++libFileDialog_la_SOURCES= \ ++ FileDialogPrivate.cpp \ ++ FileDialogPrivate.h \ ++ $(NULL) |