Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
12 lines
424 B
Text
12 lines
424 B
Text
$NetBSD: patch-aj,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- lib/Xmc/Register.c~ 1998-02-01 14:04:48.000000000 -0500
|
|
+++ lib/Xmc/Register.c 2008-08-31 00:20:32.000000000 -0400
|
|
@@ -20,6 +20,7 @@
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
+#include <string.h>
|
|
#include <xmc.h>
|
|
#include <xmclib.h>
|
|
#include <xmcp.h>
|