aboutsummaryrefslogtreecommitdiffstats
path: root/devel/ifd-test/files
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-05-09 22:05:53 +0800
committerdes <des@FreeBSD.org>2003-05-09 22:05:53 +0800
commit8992bf031047eb1c944899956bbc6b0b9fb49d30 (patch)
treebc9db1a1740f425574a461c9a1014f49b40dd7c3 /devel/ifd-test/files
parentc622c192cff4155b0bb95eff8d198b312e5acdf3 (diff)
downloadfreebsd-ports-gnome-8992bf031047eb1c944899956bbc6b0b9fb49d30.tar.gz
freebsd-ports-gnome-8992bf031047eb1c944899956bbc6b0b9fb49d30.tar.zst
freebsd-ports-gnome-8992bf031047eb1c944899956bbc6b0b9fb49d30.zip
Unbreak by adding -pthread to CFLAGS.
Diffstat (limited to 'devel/ifd-test/files')
-rw-r--r--devel/ifd-test/files/patch-Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/ifd-test/files/patch-Makefile b/devel/ifd-test/files/patch-Makefile
index 325cfb51557c..f41753cdf30b 100644
--- a/devel/ifd-test/files/patch-Makefile
+++ b/devel/ifd-test/files/patch-Makefile
@@ -7,9 +7,10 @@
+PREFIX?= /usr/local
+
CC = gcc
- CFLAGS = -g -w
+-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