ports/devel/debugedit/files/patch-Makefile
Mathieu Arnold aa1ca03dda Remove svn keywords from patches.
Sponsored by:	Absolight
2017-05-15 15:38:56 +00:00

9 lines
257 B
Text

--- 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