mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
15 lines
421 B
Text
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
|