FreeBSD Bugzilla – Attachment 203157 Details for
Bug 236799
sysutils/passwordsafe: Fix build with powerpc*
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
patch
passwordsafe.patch (text/plain), 2.21 KB, created by
Piotr Kubaj
on 2019-03-26 10:02:26 UTC
(
hide
)
Description:
patch
Filename:
MIME Type:
Creator:
Piotr Kubaj
Created:
2019-03-26 10:02:26 UTC
Size:
2.21 KB
patch
obsolete
>Index: Makefile >=================================================================== >--- Makefile (revision 496781) >+++ Makefile (working copy) >@@ -20,7 +20,7 @@ > > CONFLICTS= pwsafe-[0-9]* > >-USES= gmake >+USES= compiler:c++11-lang gmake > USE_GITHUB= yes > USE_WX= 3.0+ > USE_XORG= x11 xtst >Index: files/patch-Makefile.freebsd >=================================================================== >--- files/patch-Makefile.freebsd (revision 496781) >+++ files/patch-Makefile.freebsd (working copy) >@@ -1,4 +1,4 @@ >---- Makefile.freebsd.orig 2017-05-01 15:10:07 UTC >+--- Makefile.freebsd.orig 2017-10-07 17:53:15 UTC > +++ Makefile.freebsd > @@ -34,8 +34,6 @@ GIT := git > GZIP := gzip >@@ -9,3 +9,16 @@ > GPG := /usr/local/bin/gpg > GPG_SIGN := $(GPG) --detach-sign --default-key $(GPG_KEY) > SIGN_CMD := $(foreach file, $(wildcard $(RELEASEDIR)/*$(RELEASENAME)*), $(GPG_SIGN) $(file); ) >+@@ -46,11 +44,8 @@ SF_UPLOAD_DST := $(SF_UPLOAD_ROOT)/Linux-BETA/$(RELEAS >+ RELTAG = wx$(subst .,_,$(RELEASENAME)) >+ >+ export CPPFLAGS += -std=c++11 >+-export CXXFLAGS += --stdlib=libc++ -I/usr/local/include >++export CXXFLAGS += -I/usr/local/include >+ export CFLAGS += -I/usr/local/include >+-export CC = clang >+-export CXX = clang++ >+-export CPP = clang++ >+ export PLATFORM = FreeBSD >+ >+ all: I18N unicodedebug unicoderelease >Index: files/patch-src_core_PwsPlatform.h >=================================================================== >--- files/patch-src_core_PwsPlatform.h (nonexistent) >+++ files/patch-src_core_PwsPlatform.h (working copy) >@@ -0,0 +1,11 @@ >+--- src/core/PwsPlatform.h.orig 2019-03-26 09:46:50 UTC >++++ src/core/PwsPlatform.h >+@@ -140,6 +140,8 @@ >+ #define LTC_NO_ROLC >+ #if defined(__i386__) || defined(__amd64__) >+ #define PWS_LITTLE_ENDIAN >++#elif defined(__ppc__) >++#define PWS_BIG_ENDIAN >+ #endif >+ // ********************************************** >+ // * Add other platforms here... * > >Property changes on: files/patch-src_core_PwsPlatform.h >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 236799
: 203157