freebsd-ports/devel/ifd-test/files/patch-Makefile
2003-05-09 14:05:53 +00:00

18 lines
505 B
Text

--- Makefile.orig Wed Aug 28 14:26:32 2002
+++ Makefile Wed Aug 28 14:27:06 2002
@@ -1,10 +1,12 @@
# Makefile for utilities
# David Corcoran <corcoran@linuxnet.com>
+PREFIX?= /usr/local
+
CC = gcc
-CFLAGS = -g -w
-INCLUDE = -I/usr/local/pcsc/include
-LIBS = -L/usr/local/pcsc/lib -lpcsclite
+CFLAGS = -g -w -pthread
+INCLUDE = -I${PREFIX}/include
+LIBS = -L${PREFIX}/lib -lpcsclite
OBJS = testIBM.o testAMMI.o testSCHL.o testSIEMENS.o testBULL.o testGD.o commands.o testA.o testB.o