mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
pdfwriter: patch is pushed upstream.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user