freebsd-ports/devel/libccid/files/patch-configure
Tilman Keskinoz fa6f144326 Add libccid, a USB CCID (Chip/Smart Card Interface Device) driver.
This was tested with a Gemplus GemPC Twin and an SCM Micro SPR 532
2005-04-20 13:33:39 +00:00

20 lines
380 B
Text

--- configure.orig Fri Apr 8 18:14:57 2005
+++ configure Fri Apr 8 18:18:13 2005
@@ -20223,6 +20223,17 @@
CFLAGS="$CFLAGS -no-cpp-precomp"
fi
;;
+*-*-freebsd*)
+ BUNDLE_HOST="FreeBSD"
+ DYN_LIB_EXT="so"
+if false; then
+ NEED_PARSER_TRUE=
+ NEED_PARSER_FALSE='#'
+else
+ NEED_PARSER_TRUE='#'
+ NEED_PARSER_FALSE=
+fi
+ ;;
*)
BUNDLE_HOST="Linux"
DYN_LIB_EXT="so"