aboutsummaryrefslogtreecommitdiff
path: root/devel/debugedit/files/patch-Makefile
blob: a6d85563ca4b14f9203aea6c236139b03946a184 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- 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