openbsd-ports/devel/acpica/patches/patch-tools_acpinames_Makefile
sthen 74ad9f1738 update to 20110316 which is able to disassemble aml from the
acer 5820tg without segfaulting.

"I don't remember what possessed me to claim maintainer of this
in the first place.  feel free to remove me :)" phessler@
2011-04-05 08:02:25 +00:00

13 lines
512 B
Plaintext

$OpenBSD: patch-tools_acpinames_Makefile,v 1.1 2011/04/05 08:02:25 sthen Exp $
--- tools/acpinames/Makefile.orig Wed Mar 16 16:28:25 2011
+++ tools/acpinames/Makefile Mon Apr 4 23:48:53 2011
@@ -13,7 +13,7 @@ NOMAN= YES
CFLAGS+= -Wall -g -D_LINUX -DNDEBUG -D_CONSOLE -DACPI_APPLICATION -DACPI_SINGLE_THREADED -DACPI_DEBUGGER -Wstrict-prototypes -I$(ACPICA_SRC)/include -I$(ACPICA_TOOLS)/acpinames
COMPILE = $(CC) -c $(CFLAGS) -o$@ $?
-LDFLAGS += -lpthread -lrt
+LDFLAGS += -pthread
OBJS = \
anmain.o \