pdfwriter: patch is pushed upstream.

This commit is contained in:
Jerome Duval
2017-07-31 20:07:55 +02:00
parent fb3b81c774
commit bc7e0928ff
2 changed files with 3 additions and 26 deletions

View File

@@ -1,22 +0,0 @@
From 5095f62a7e316697d2147743e7b111930da1064f Mon Sep 17 00:00:00 2001
From: Jerome Duval <jerome.duval@gmail.com>
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

View File

@@ -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"