pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/33639: pkgsrc/icewm fixes
The following reply was made to PR pkg/33639; it has been noted by GNATS.
From: Geert Hendrickx <ghen%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
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@localhost 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
Home |
Main Index |
Thread Index |
Old Index