mirror of
https://github.com/yann64/haikuports.git
synced 2026-04-22 19:50:05 +02:00
tecnoballs, rename to 0.94.0~git, fix build for x86_64 (#5829)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
From 97cad7427a294efcd6bcf43dd88d9a36d7436bcc Mon Sep 17 00:00:00 2001
|
||||
From deae908e671569c47fca0cae7bee53f6d0210848 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sun, 11 Apr 2021 10:43:11 +0000
|
||||
Subject: Don't use pthread
|
||||
@@ -21,7 +21,7 @@ index 50e8b40..ae4374d 100644
|
||||
2.30.2
|
||||
|
||||
|
||||
From 372e0086317d1e0095e8cc3520d9795177f27e32 Mon Sep 17 00:00:00 2001
|
||||
From 2b30b51a86dc3d48e5f98e5c1dfe05e016607a67 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sun, 11 Apr 2021 10:46:10 +0000
|
||||
Subject: Fix installation paths
|
||||
@@ -44,3 +44,26 @@ index f9f7b1b..fb6e65f 100644
|
||||
--
|
||||
2.30.2
|
||||
|
||||
|
||||
From 225590221f6c176cda105b4bff845f9438abb953 Mon Sep 17 00:00:00 2001
|
||||
From: begasus <begasus@gmail.com>
|
||||
Date: Sun, 11 Apr 2021 12:46:36 +0000
|
||||
Subject: Add -fpermissive for x86_64
|
||||
|
||||
|
||||
diff --git a/configure.ac b/configure.ac
|
||||
index ae4374d..d1e8f53 100644
|
||||
--- a/configure.ac
|
||||
+++ b/configure.ac
|
||||
@@ -67,7 +67,7 @@ if test "x${enable_devel}" = "xyes"; then
|
||||
#CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g $CXXFLAGS"
|
||||
CXXFLAGS="-Werror -O2 -Wall -pedantic -Wextra -std=gnu++98 -g"
|
||||
else
|
||||
- CXXFLAGS="-O2 -Wall -pedantic -Wextra -std=gnu++98 $CXXFLAGS"
|
||||
+ CXXFLAGS="-O2 -Wall -pedantic -Wextra -fpermissive -std=gnu++98 $CXXFLAGS"
|
||||
fi
|
||||
|
||||
AC_OUTPUT(
|
||||
--
|
||||
2.30.2
|
||||
|
||||
Reference in New Issue
Block a user