diff options
author | krion <krion@FreeBSD.org> | 2005-01-08 19:11:18 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2005-01-08 19:11:18 +0800 |
commit | b9778e5bc298bd2b4f7289010b344e086961b265 (patch) | |
tree | f82156d13f847177464fb6cb00d176741141e971 /security/ifd-slb_rf60 | |
parent | 6f087c3a1215f397e187088b6c9f03b6fda07dcb (diff) | |
download | freebsd-ports-gnome-b9778e5bc298bd2b4f7289010b344e086961b265.tar.gz freebsd-ports-gnome-b9778e5bc298bd2b4f7289010b344e086961b265.tar.zst freebsd-ports-gnome-b9778e5bc298bd2b4f7289010b344e086961b265.zip |
FIx build on amd64.
Diffstat (limited to 'security/ifd-slb_rf60')
-rw-r--r-- | security/ifd-slb_rf60/files/patch-Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/security/ifd-slb_rf60/files/patch-Makefile b/security/ifd-slb_rf60/files/patch-Makefile new file mode 100644 index 000000000000..3abd5f01d900 --- /dev/null +++ b/security/ifd-slb_rf60/files/patch-Makefile @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- Makefile.orig ++++ Makefile +@@ -2,7 +2,7 @@ + # Linux Serial Driver + # Implementation + +-CC = gcc -DCPU_ICAP_PC=1 ++CC = gcc -DCPU_ICAP_PC=1 -fPIC + LD = ld + OBJS = serial.o ifdhandler.o ctapi.o AdmHndlr.o T1Hndlr.o + LIBN = libslb_rf60.so |