summaryrefslogtreecommitdiff
path: root/editors/dhex/files/patch-Makefile
blob: ffecd60d12064097802db59643268301a654bcee (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
--- Makefile.orig	2019-01-19 16:17:37 UTC
+++ Makefile
@@ -1,11 +1,6 @@
-CC=		gcc
-LDFLAGS=	-L/usr/lib	-L/usr/local/lib  	-L/usr/lib/ncurses	-L/usr/local/lib/ncurses
-CPPFLAGS=	-I/usr/include	-I/usr/local/include	-I/usr/include/ncurses	-I/usr/local/include/ncurses
-CFLAGS=		-O3 -Wall #-std=c99 
-#CFLAGS+= -ffunction-sections -fdata-sections
-#LDFLAGS+= --gc-sections 
+CC?=		gcc
 LIBS=		-lncurses
-DESTDIR=	/usr/local/
+DESTDIR?=	/usr/local/
 
 OFILES=buffers.o \
 	configfile.o \