Skip to content

needs -lcompat on FreeBSD #16

@tingox

Description

@tingox

To compile this on FreeBSD, you need -lcompat

$ git diff
diff --git a/Makefile b/Makefile
index e976817..a9f3434 100644
--- a/Makefile
+++ b/Makefile
@@ -7,7 +7,7 @@
 # 8086tiny_slowcpu improves graphics performance on slow platforms (e.g. Raspberry Pi)
 # no_graphics compiles without SDL graphics/sound
 
-OPTS_ALL=-O3 -fsigned-char -std=c99
+OPTS_ALL=-O3 -fsigned-char -std=c99 -lcompat
 OPTS_SDL=`sdl-config --cflags --libs`
 OPTS_NOGFX=-DNO_GRAPHICS
 OPTS_SLOWCPU=-DGRAPHICS_UPDATE_DELAY=25000

that's all.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions