freebsd-ports/audio/audacity/files/patch-lib-src_FileDialog_mac_Makefile.am
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

13 lines
391 B
Text

--- lib-src/FileDialog/mac/Makefile.am.orig 2016-07-26 13:34:07 UTC
+++ lib-src/FileDialog/mac/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.mm \
+ FileDialogPrivate.h \
+ $(NULL)