diff options
Diffstat (limited to 'devel/ifd-test/files/patch-Makefile')
-rw-r--r-- | devel/ifd-test/files/patch-Makefile | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/devel/ifd-test/files/patch-Makefile b/devel/ifd-test/files/patch-Makefile deleted file mode 100644 index 7ad608fa8869..000000000000 --- a/devel/ifd-test/files/patch-Makefile +++ /dev/null @@ -1,14 +0,0 @@ ---- Makefile.orig Tue Apr 17 18:49:02 2001 -+++ Makefile Mon Apr 11 21:23:34 2005 -@@ -1,10 +1,7 @@ - # Makefile for utilities - # David Corcoran <corcoran@linuxnet.com> - --CC = gcc --CFLAGS = -g -w --INCLUDE = -I/usr/local/pcsc/include --LIBS = -L/usr/local/pcsc/lib -lpcsclite -+INCLUDE = -I${PREFIX}/include -I${PREFIX}/include/PCSC - OBJS = testIBM.o testAMMI.o testSCHL.o testSIEMENS.o testBULL.o testGD.o commands.o testA.o testB.o - - |