ports/textproc/bsdsort/files/patch-vsort.h
Adam Weinberger dcbefbef1f - Fix build with -current's clang by fixing header typo
- Use OPTIONS helpers
- Remove pre-install target that checked whether a file exists in
  ${STAGEDIR}${PREFIX} (it doesn't)
2014-08-15 16:17:20 +00:00

11 lines
221 B
C

--- vsort.h.orig 2014-08-15 12:06:55.000000000 -0400
+++ vsort.h 2014-08-15 12:07:03.000000000 -0400
@@ -28,7 +28,7 @@
*/
#if !defined(__VSORT_H__)
-#define _VSORT_H__
+#define __VSORT_H__
#include "bwstring.h"