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
6
Snippets
Groups
Projects
Show more breadcrumbs
FreeBSD
FreeBSD ports
Commits
45e4a00e
Commit
45e4a00e
authored
3 years ago
by
Daniel Menelkir
Committed by
Neel Chauhan
3 years ago
Browse files
Options
Downloads
Patches
Plain Diff
games/libretro-uae: Fix build on 13.x and 14.x
PR: 256764
parent
32e5367d
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
games/libretro-uae/Makefile
+2
-2
2 additions, 2 deletions
games/libretro-uae/Makefile
with
2 additions
and
2 deletions
games/libretro-uae/Makefile
+
2
−
2
View file @
45e4a00e
...
...
@@ -8,8 +8,6 @@ COMMENT= Libretro port of UAE
LICENSE
=
GPLv2
BROKEN_FreeBSD_13
=
ld: error: duplicate symbol: potgo_value
BROKEN_FreeBSD_14
=
ld: error: duplicate symbol: potgo_value
BROKEN_riscv64
=
fails to compile: ./sources/src/machdep/maccess.h:51:14: unrecognized instruction mnemonic
USES
=
compiler:c++11-lib gmake gl
...
...
@@ -20,6 +18,8 @@ USE_GITHUB= yes
GH_ACCOUNT
=
libretro
GH_TAGNAME
=
8333daa
CFLAGS
+=
-fcommon
LDFLAGS_i386
=
-Wl
,-z,notext
PLIST_FILES
=
lib/libretro/puae_libretro.so
...
...
This diff is collapsed.
Click to expand it.
Daniel Menelkir
@menelkir
mentioned in commit
1f2d48f9
·
3 years ago
mentioned in commit
1f2d48f9
mentioned in commit 1f2d48f9109a02abbd087355ea30c70fc8916cf6
Toggle commit list
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