[Lunar-commits] <moonbase> netatalk: I do not like that this module stomps on /usr/include/netatalk/at.h

Dennis `stumbles` Veatch stumbles at lunar-linux.org
Tue Nov 17 12:50:51 CET 2009


commit 0b0d8ff439f5a8bed9e1265244b96a2cde72a4da
Author: Dennis `stumbles` Veatch <stumbles at lunar-linux.org>
Date:   Tue Nov 17 06:50:51 2009 -0500

    netatalk: I do not like that this module stomps on /usr/include/netatalk/at.h
    
    provided by glibc. If you have this installed, a lunar fix of glibc is needed.
---
 net/netatalk/BUILD   |    7 +++++++
 net/netatalk/DETAILS |    2 +-
 2 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/net/netatalk/BUILD b/net/netatalk/BUILD
new file mode 100644
index 0000000..e2d3c34
--- /dev/null
+++ b/net/netatalk/BUILD
@@ -0,0 +1,7 @@
+(
+
+  OPTS+=" --includedir=/usr/include/$MODULE-$VERSION" &&
+
+  default_build
+
+) > $C_FIFO 2>&1
diff --git a/net/netatalk/DETAILS b/net/netatalk/DETAILS
index 5b33ff8..b67064f 100644
--- a/net/netatalk/DETAILS
+++ b/net/netatalk/DETAILS
@@ -5,7 +5,7 @@
       SOURCE_VFY=sha1:a38f98abc123b02d26628543e393a4de04481e4f
         WEB_SITE=http://www.umich.edu/%7Ersug/netatalk
          ENTERED=20030302
-         UPDATED=20091111
+         UPDATED=20091117
            SHORT="AppleTalk Protocol Suite for *NIX"
 	   
 cat << EOF


More information about the Lunar-commits mailing list