mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-16 00:30:06 +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
666 B
Plaintext
23 lines
666 B
Plaintext
From bc2604eee4490c94747cbfb268e9a6cdf72d2052 Mon Sep 17 00:00:00 2001
|
|
From: Chris Roberts <cpr420@gmail.com>
|
|
Date: Mon, 2 Dec 2013 20:33:29 -0700
|
|
Subject: Misc fixes for gcc4
|
|
|
|
|
|
diff --git a/Makefile b/Makefile
|
|
index 8b2ae37..9af3924 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -2,7 +2,7 @@ NAME= UberTuber
|
|
TYPE= APP
|
|
SRCS= App.cpp MainWindow.cpp Settings.cpp
|
|
RDEFS= UberTuber.rdef
|
|
-LIBS= /boot/system/lib/libroot.so /boot/system/lib/libbe.so /boot/system/lib/libtracker.so
|
|
+LIBS= be tracker $(STDCPPLIBS)
|
|
LIBPATHS=
|
|
SYSTEM_INCLUDE_PATHS= $(BUILDHOME)/headers/be $(BUILDHOME)/headers/cpp $(BUILDHOME)/headers/posix ~/config/include
|
|
LOCAL_INCLUDE_PATHS=
|
|
--
|
|
1.8.3.4
|
|
|