freebsd-ports/devel/debugedit/files/patch-Makefile
Maxim Sobolev ea1394fe32 Add debugedit - ELF file debug information extractor and editor.
Sponsored by:	Sippy Software, Inc.
2017-04-12 20:49:26 +00:00

12 lines
269 B
Text

$FreeBSD$
--- Makefile.orig 2017-04-11 06:09:46 UTC
+++ Makefile
@@ -1,5 +1,5 @@
CC?=gcc
-CFLAGS+=-lelf -lpopt -Wall
+CFLAGS+=-lelf -lpopt -Wall -I${LOCALBASE}/include -L${LOCALBASE}/lib
SOURCES=debugedit.c hashtab.c
OBJECTS=$(SOURCES:.c=.o)
EXECUTABLE=debugedit