mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 03:30:05 +02:00
toner: upstreamed patchset.
This commit is contained in:
@@ -1,22 +0,0 @@
|
||||
From 6457dc4044955ea45fc47fe47cfc6884c70b7bad Mon Sep 17 00:00:00 2001
|
||||
From: nys <33534144+nysnatuss@users.noreply.github.com>
|
||||
Date: Sun, 31 Dec 2017 22:08:08 +0000
|
||||
Subject: link C++ in Makefile
|
||||
|
||||
|
||||
diff --git a/Makefile b/Makefile
|
||||
index 11401fa..541a6ba 100644
|
||||
--- a/Makefile
|
||||
+++ b/Makefile
|
||||
@@ -54,7 +54,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 root media game translation
|
||||
+LIBS = be root media game translation $(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.15.0
|
||||
|
||||
@@ -4,12 +4,11 @@ system."
|
||||
HOMEPAGE="https://github.com/HaikuArchives/Toner"
|
||||
COPYRIGHT="2001 Ben Loftis"
|
||||
LICENSE="MIT"
|
||||
REVISION="2"
|
||||
srcGitRev="eb78098c88b0d1eacb97a4e0085eff6bfd0a7f0b"
|
||||
REVISION="3"
|
||||
srcGitRev="f009a0da41b1d8f630bb381fa85599b185bc2cdf"
|
||||
SOURCE_URI="https://github.com/HaikuArchives/Toner/archive/$srcGitRev.tar.gz"
|
||||
CHECKSUM_SHA256="9a3edf2de7436a33ce7706ad1347cbd3393e906c735ca097b42ded584e3e8a5f"
|
||||
CHECKSUM_SHA256="66cf8d7316d3e4f7d4e5b75b322977790a54e02f1047d3bcb7a273bd089b6678"
|
||||
SOURCE_DIR="Toner-$srcGitRev"
|
||||
PATCHES="toner-$portVersion.patchset"
|
||||
|
||||
ARCHITECTURES="x86_gcc2 ?x86 x86_64"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user