forked from pool/pagetools
16 lines
326 B
Diff
16 lines
326 B
Diff
|
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{
|