aboutsummaryrefslogtreecommitdiffstats
path: root/devel/picprog/files/patch-Makefile
blob: 36424d7326116112e510b7c70163d2356a63a90a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- Makefile.orig   Thu Feb  7 21:33:59 2002
+++ Makefile    Tue Nov 19 12:55:52 2002
@@ -26,9 +26,9 @@
 
 # Please use a reasonably recent GNU make.
 
-CXX=g++
-CXXFLAGS=-g -O2 -Wall -W -Wwrite-strings -Wmissing-prototypes
-LDFLAGS=
+CXX?=g++
+CXXFLAGS=-g -O2 -Wall -W -Wwrite-strings -Wmissing-prototypes -I/usr/local/include
+LDFLAGS= -L/usr/local/lib -lgnugetopt
 
 OBJS=main.o picport.o hexfile.o program.o
 PROG=picprog