File 03-pbmfact.patch of Package pagetools
Description: Hardcode the include for netpbm lib since -l doesn't work on opensuse Author: VĂctor Cuadrado Juan <me@viccuad.me> Upstream: dead --- formats/pbmfact.cpp +++ formats/pbmfact.cpp @@ -19,7 +19,7 @@ #include <formats/pbmfact.h> extern "C"{ -#include <pbm.h> +#include <netpbm/pbm.h> } namespace pagetools{