ports/devel/picprog/files/patch-Makefile
Edwin Groothuis a59bb3d05b While we're at it, just upgrade to version 1.1 too.
Informed the author about the missing gcc 3.2.1 complaints.
2002-11-19 01:59:27 +00:00

15 lines
421 B
Text

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