mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-30 03:58:51 +02:00
* Fixed PROVIDES/*REQUIRES entries * Added vcs hashes to the ports needing it in the SRC_URI * Made single executable apps install to the top level $appsDir * Added patches for gcc4 versions of most apps * Added patches for apps that couldn't build on any arch ( even though they were marked as working :( ) * Other misc fixes that I've forgotten already because I'm sick of looking at this directory
23 lines
619 B
Plaintext
23 lines
619 B
Plaintext
From 7c5605074b639c6daa54275d1ced9720555da3d1 Mon Sep 17 00:00:00 2001
|
|
From: Chris Roberts <cpr420@gmail.com>
|
|
Date: Mon, 2 Dec 2013 17:37:11 -0700
|
|
Subject: Fix makefile stdc++ libs
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 6f14782..50893a9 100755
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -56,7 +56,7 @@ RSRCS=
|
|
# naming scheme you need to specify the path to the library
|
|
# and it's name
|
|
# library: my_lib.a entry: my_lib.a or path/my_lib.a
|
|
-LIBS= be
|
|
+LIBS= be $(STDCPPLIBS)
|
|
|
|
# specify additional paths to directories following the standard
|
|
# libXXX.so or libXXX.a naming scheme. You can specify full paths
|
|
--
|
|
1.8.3.4
|
|
|