diff --git a/haiku-misc/pdfwriter/patches/pdfwriter-1.0.patchset b/haiku-misc/pdfwriter/patches/pdfwriter-1.0.patchset deleted file mode 100644 index a39f2594c..000000000 --- a/haiku-misc/pdfwriter/patches/pdfwriter-1.0.patchset +++ /dev/null @@ -1,22 +0,0 @@ -From 5095f62a7e316697d2147743e7b111930da1064f Mon Sep 17 00:00:00 2001 -From: Jerome Duval -Date: Mon, 10 Jul 2017 22:49:17 +0200 -Subject: link against libstdc++. - - -diff --git a/Makefile b/Makefile -index 6cb354c..882a012 100644 ---- a/Makefile -+++ b/Makefile -@@ -83,7 +83,7 @@ RSRCS = - # - if your library does not follow the standard library naming scheme, - # you need to specify the path to the library and it's name. - # (e.g. for mylib.a, specify "mylib.a" or "path/mylib.a") --LIBS = be pdf textencoding translation print printutils -+LIBS = be pdf textencoding translation print printutils $(STDCPPLIBS) - - # Specify additional paths to directories following the standard libXXX.so - # or libXXX.a naming scheme. You can specify full paths or paths relative --- -2.12.2 - diff --git a/haiku-misc/pdfwriter/pdfwriter-1.0.recipe b/haiku-misc/pdfwriter/pdfwriter-1.0.recipe index 774b98d5e..d9c1202a5 100644 --- a/haiku-misc/pdfwriter/pdfwriter-1.0.recipe +++ b/haiku-misc/pdfwriter/pdfwriter-1.0.recipe @@ -4,12 +4,11 @@ instead of sending output to a printer." HOMEPAGE="https://github.com/HaikuArchives/PDFWriter" COPYRIGHT="2003 Phillipe Houdoin, Michael Pfeiffer, Simon Gauvin" LICENSE="MIT" -REVISION="2" -srcGitRev="7267aff12ce96a381c8a817b04e4e8f1fd3036a0" +REVISION="3" +srcGitRev="ec11100d870e967d04fd1b89bc6964beddbe0122" SOURCE_URI="$HOMEPAGE/archive/$srcGitRev.tar.gz" -CHECKSUM_SHA256="8eaecc3980dffd37e7c0a01d106eded735670bcd0def9c8dfedfca583d277e9e" +CHECKSUM_SHA256="046eacb405b715a2565d5ccd4ad5045f70e9daefc2f85b4e82332fb5401d2423" SOURCE_DIR="PDFWriter-$srcGitRev" -PATCHES="pdfwriter-$portVersion.patchset" ARCHITECTURES="x86_gcc2 ?x86 x86_64"