forked from pool/pagetools
de0e88dcc7
new package, please add me as maintainer OBS-URL: https://build.opensuse.org/request/show/429183 OBS-URL: https://build.opensuse.org/package/show/graphics/pagetools?expand=0&rev=1
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{
|