Rename them to follow the make makepatch naming, and regenerate them. With hat: portmgr Sponsored by: Absolight
13 lines
391 B
Text
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)
|