pkgsrc-wip/muscle-mcardplugin/patches/patch-aa
Evaldo Gardenali 0f0f8104b4 MuscleCard applet plugin for the MUSCLE framework
This package allows you to develop applications to the card edge
interface plug-in and begin deploying the card edge applet to JavaCard
compliant smartcards.
2005-07-28 19:09:50 +00:00

15 lines
439 B
Text

$NetBSD: patch-aa,v 1.1.1.1 2005/07/28 19:09:50 udontknow Exp $
--- src/musclecardApplet.c.orig 2003-08-27 08:49:28.000000000 -0300
+++ src/musclecardApplet.c
@@ -15,10 +15,6 @@ $Id: musclecardApplet.c,v 1.41 2003/08/2
********************************************************************/
#ifdef WIN32
#include "../win32/MCardPlugin.h"
-#endif
-
-#ifndef __APPLE__
-#include <musclecard.h>
#else
#include <PCSC/musclecard.h>
#endif