openbsd-ports/emulators/fs-uae/patches/patch-libfsemu_Makefile
edd 4c5e2ad295 Update to fs-uae-2.4.0.
Joystick and hardfile support tested.

Note that the launcher has moved out of the main fs-uae source tree. A
commit adding the launcher as a new port will follow.

OK bcallah@
2014-03-15 13:04:15 +00:00

20 lines
484 B
Plaintext

$OpenBSD: patch-libfsemu_Makefile,v 1.5 2014/03/15 13:04:16 edd Exp $
Remove custom optimisation flags.
--- libfsemu/Makefile.orig Sun Feb 16 14:58:48 2014
+++ libfsemu/Makefile Thu Mar 13 15:21:24 2014
@@ -121,12 +121,6 @@ ifeq ($(devel), 1)
#-Werror=implicit-function-declaration
endif
-ifeq ($(debug), 1)
- cflags += -g -O0 -fno-inline
-else ifneq ($(noflags), 1)
- cflags += -g -O2
-endif
-
ifeq ($(os), windows)
cppflags += -DWINDOWS -DWIN32
cppflags += -D$(use_sdl)