ports/devel/e2fsprogs-libss/files/fix-ss_err.h.sed
Alexey Dokuchaev 29131ed48b - Unbreak the build on architectures where `size_t' could not be found
- Umnute pre-build command, it's essential to understand what's going on

Tested on:	powerpc, sparc64
2018-01-23 11:25:51 +00:00

3 lines
65 B
Sed

/#define __ss_err_h__/a\
#include <stdio.h>
#include <com_err.h>