ports/audio/ladspa/files/patch-src_applyplugin.c
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
302 B
C

--- src/applyplugin.c.orig 2007-11-06 10:52:56 UTC
+++ src/applyplugin.c
@@ -6,7 +6,7 @@
/*****************************************************************************/
#include <dlfcn.h>
-#include <endian.h>
+#include <machine/endian.h>
#include <errno.h>
#include <math.h>
#include <stdlib.h>