ports/audio/sooperlooper/files/patch-libs_pbd_ftw.cc
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

11 lines
268 B
C++

--- libs/pbd/ftw.cc.orig 2012-05-15 13:18:56 UTC
+++ libs/pbd/ftw.cc
@@ -33,7 +33,7 @@
#include <sys/types.h> /* Because fts(3) says so */
#include <sys/stat.h>
#include <fts.h>
-#include <alloca.h>
+#include <cstdlib>
#include <unistd.h> /* We want strcpy */