and NetBSD-3.0 and should fix the broken bulk build. Tested on NetBSD-2.0.2/i386 and NetBSD-2.1/i386.
15 lines
419 B
Text
15 lines
419 B
Text
$NetBSD: patch-bp,v 1.4 2005/12/15 21:28:48 wennmach Exp $
|
|
|
|
We need EXTRADEFS via configure.
|
|
|
|
--- rxkad/Makefile.in.orig 2005-12-09 16:15:23.000000000 +0100
|
|
+++ rxkad/Makefile.in 2005-12-09 16:15:47.000000000 +0100
|
|
@@ -197,7 +197,7 @@
|
|
DBLIB = @DBLIB@
|
|
DCE_FALSE = @DCE_FALSE@
|
|
DCE_TRUE = @DCE_TRUE@
|
|
-DEFS = @DEFS@
|
|
+DEFS = @DEFS@ @EXTRADEFS@
|
|
DEPEND_sl = @DEPEND_sl@
|
|
DFLY_FALSE = @DFLY_FALSE@
|
|
DFLY_TRUE = @DFLY_TRUE@
|