019aff8e20
Add proper deps. Add destdir support. And, finally, make it build properly. (82 (small) patches later...)
13 lines
443 B
Text
13 lines
443 B
Text
$NetBSD: patch-af,v 1.1 2008/08/31 06:52:29 dholland Exp $
|
|
|
|
--- lib/Xmc/GetConf.c~ 1998-02-01 15:05:10.000000000 -0500
|
|
+++ lib/Xmc/GetConf.c 2008-08-31 00:18:49.000000000 -0400
|
|
@@ -20,6 +20,8 @@
|
|
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
|
|
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
|
*/
|
|
+#include <stdlib.h>
|
|
+#include <string.h>
|
|
#include <xmc.h>
|
|
#include <xmclib.h>
|
|
#include <xmcp.h>
|