mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-23 12:10:06 +02:00
einsteinium: missing patchset.
This commit is contained in:
22
haiku-apps/einsteinium/patches/einsteinium-1.4.1.patchset
Normal file
22
haiku-apps/einsteinium/patches/einsteinium-1.4.1.patchset
Normal file
@@ -0,0 +1,22 @@
|
||||
From fe4fc6b943583ed7807c045603a45e5855dd2dc6 Mon Sep 17 00:00:00 2001
|
||||
From: Jerome Duval <jerome.duval@gmail.com>
|
||||
Date: Sun, 8 Oct 2017 13:50:25 +0200
|
||||
Subject: use STDCPPLIBS variable instead of stdc++.r4
|
||||
|
||||
|
||||
diff --git a/src/Engine/SubscriberExample/makefile b/src/Engine/SubscriberExample/makefile
|
||||
index 048c98f..0e590cc 100644
|
||||
--- a/src/Engine/SubscriberExample/makefile
|
||||
+++ b/src/Engine/SubscriberExample/makefile
|
||||
@@ -2,7 +2,7 @@ NAME := subscriber_example
|
||||
TYPE := APP
|
||||
SRCS := ../EngineSubscriber.cpp \
|
||||
SubscriberExample.cpp
|
||||
-LIBS := be tracker stdc++.r4
|
||||
+LIBS = be tracker $(STDCPPLIBS)
|
||||
OPTIMIZE := FULL
|
||||
RSRCS := subscriber_example.rsrc
|
||||
|
||||
--
|
||||
2.14.2
|
||||
|
||||
Reference in New Issue
Block a user