Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
F
FreeBSD ports
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
c547e9e8
Commit
c547e9e8
authored
3 years ago
by
Piotr Kubaj
Browse files
Options
Downloads
Patches
Plain Diff
security/cryptlib: fix build on powerpc64le
parent
b05652e4
Loading
Loading
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
security/cryptlib/Makefile
+1
-1
1 addition, 1 deletion
security/cryptlib/Makefile
security/cryptlib/files/patch-crypt_osconfig.h
+1
-1
1 addition, 1 deletion
security/cryptlib/files/patch-crypt_osconfig.h
with
2 additions
and
2 deletions
security/cryptlib/Makefile
+
1
−
1
View file @
c547e9e8
...
...
@@ -9,7 +9,7 @@ DISTNAME= cl${PORTVERSION:S/.//g}
MAINTAINER
=
ale@FreeBSD.org
COMMENT
=
Powerful security programming toolkit
ONLY_FOR_ARCHS
=
amd64 armv6 armv7 i386 powerpc powerpc64
ONLY_FOR_ARCHS
=
amd64 armv6 armv7 i386 powerpc powerpc64
powerpc64le
OPTIONS_DEFINE
=
DOCS
...
...
This diff is collapsed.
Click to expand it.
security/cryptlib/files/patch-crypt_osconfig.h
+
1
−
1
View file @
c547e9e8
...
...
@@ -4,10 +4,10 @@
#define L_ENDIAN
#else
#define B_ENDIAN
#endif
/* Usually big-endian but may be little-endian */
+
#
ifdef
__LP64__
+
#
undef
SIXTY_FOUR_BIT
+
#
define
SIXTY_FOUR_BIT_LONG
+
#
endif
#endif
/* Usually big-endian but may be little-endian */
#define BN_LLONG
#define DES_RISC1
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment