mirror of
https://github.com/yann64/haikuports.git
synced 2026-05-03 13:38:52 +02:00
rawaes: fix makefile, enable x86_64.
This commit is contained in:
30
haiku-apps/rawaes/patches/rawaes-1.1.patchset
Normal file
30
haiku-apps/rawaes/patches/rawaes-1.1.patchset
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
From 0dc8524ff5be81a7e7fbdc063810044751139fef Mon Sep 17 00:00:00 2001
|
||||||
|
From: Jerome Duval <jerome.duval@gmail.com>
|
||||||
|
Date: Tue, 31 Jan 2017 20:18:57 +0100
|
||||||
|
Subject: fix Makefile
|
||||||
|
|
||||||
|
|
||||||
|
diff --git a/Makefile b/Makefile
|
||||||
|
index 3ff7186..e332ba6 100644
|
||||||
|
--- a/Makefile
|
||||||
|
+++ b/Makefile
|
||||||
|
@@ -54,14 +54,14 @@ 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 = /boot/system/lib/libstdc++.r4.so /boot/system/lib/libbe.so /boot/system/lib/libroot.so
|
||||||
|
+LIBS = be $(STDCPPLIBS)
|
||||||
|
|
||||||
|
# Specify additional paths to directories following the standard libXXX.so
|
||||||
|
# or libXXX.a naming scheme. You can specify full paths or paths relative
|
||||||
|
# to the Makefile. The paths included are not parsed recursively, so
|
||||||
|
# include all of the paths where libraries must be found. Directories where
|
||||||
|
# source files were specified are automatically included.
|
||||||
|
-LIBPATHS = SYSTEM_INCLUDE_PATHS= /boot/develop/headers/be /boot/develop/headers/cpp /boot/develop/headers/posix /boot/develop/lib /boot/beos/system/lib
|
||||||
|
+LIBPATHS =
|
||||||
|
|
||||||
|
# Additional paths to look for system headers. These use the form
|
||||||
|
# "#include <header>". Directories that contain the files in SRCS are
|
||||||
|
--
|
||||||
|
2.10.2
|
||||||
|
|
||||||
@@ -10,8 +10,9 @@ REVISION="1"
|
|||||||
SOURCE_URI="https://github.com/bbjimmy/rawaes/archive/Final.tar.gz"
|
SOURCE_URI="https://github.com/bbjimmy/rawaes/archive/Final.tar.gz"
|
||||||
CHECKSUM_SHA256="b60d5c7af7f8952d47d8d212f504ec550ae44bf65290e10971af81084ed22e80"
|
CHECKSUM_SHA256="b60d5c7af7f8952d47d8d212f504ec550ae44bf65290e10971af81084ed22e80"
|
||||||
SOURCE_DIR="rawaes-Final"
|
SOURCE_DIR="rawaes-Final"
|
||||||
|
PATCHES="rawaes-$portVersion.patchset"
|
||||||
|
|
||||||
ARCHITECTURES="x86_gcc2 x86 ?x86_64"
|
ARCHITECTURES="x86_gcc2 x86 x86_64"
|
||||||
|
|
||||||
PROVIDES="
|
PROVIDES="
|
||||||
rawaes$secondaryArchSuffix = $portVersion
|
rawaes$secondaryArchSuffix = $portVersion
|
||||||
|
|||||||
Reference in New Issue
Block a user