Subject: Re: pkg/33639: pkgsrc/icewm fixes
To: None <ghen@NetBSD.org, gnats-admin@netbsd.org, pkgsrc-bugs@netbsd.org,>
From: Geert Hendrickx <ghen@NetBSD.org>
List: pkgsrc-bugs
Date: 06/11/2006 19:00:04
The following reply was made to PR pkg/33639; it has been noted by GNATS.
From: Geert Hendrickx <ghen@NetBSD.org>
To: gnats-bugs@NetBSD.org
Cc:
Subject: Re: pkg/33639: pkgsrc/icewm fixes
Date: Sun, 11 Jun 2006 20:59:11 +0200
On Sat, Jun 03, 2006 at 05:45:00AM +0000, ober@linbsd.org wrote:
> >Description:
> the pkgsrc/wm/icewm files to compile properly. The attached
> patches fix it.
Please provide more detail. What does the first part of your patch
(--disable-i18n) have to do with the second part (the patch-aj change) ?
Btw, your proposed patch-aj modification also applies to the __sparcv9
(sparc64) case, so I made it a bit simpler:
--- src/aapm.cc.orig 2006-06-11 20:49:40.000000000 +0200
+++ src/aapm.cc
@@ -38,7 +38,8 @@
#include <sys/file.h>
#include <sys/ioctl.h>
#include <sys/types.h>
-#include <machine/apmvar.h>
+#include <dev/apm/apmio.h>
+#include <dev/apm/apmbios.h>
#endif
Geert