diff options
author | joerg <joerg@pkgsrc.org> | 2013-03-02 17:59:10 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2013-03-02 17:59:10 +0000 |
commit | cd9f0434e035c278a5b46907dfe65894bf24ec9e (patch) | |
tree | 23888025ae4f63c13b388067e7a870beaa1ab712 /net/kismet | |
parent | fb63d5c14d896dc14fb3b22dfa9a9c7db2960e1e (diff) | |
download | pkgsrc-cd9f0434e035c278a5b46907dfe65894bf24ec9e.tar.gz |
Include CPPFLAGS when building the dependency files, so that ImageMagick
headers are found.
Diffstat (limited to 'net/kismet')
-rw-r--r-- | net/kismet/distinfo | 4 | ||||
-rw-r--r-- | net/kismet/patches/patch-ae | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/net/kismet/distinfo b/net/kismet/distinfo index 3542d481ca2..24855cc3df1 100644 --- a/net/kismet/distinfo +++ b/net/kismet/distinfo @@ -1,11 +1,11 @@ -$NetBSD: distinfo,v 1.7 2011/11/24 13:43:11 joerg Exp $ +$NetBSD: distinfo,v 1.8 2013/03/02 17:59:10 joerg Exp $ SHA1 (kismet-2008-05-R1.tar.gz) = 8355aeb0374a39549dfdc0c73160125eadd7c6e2 RMD160 (kismet-2008-05-R1.tar.gz) = 5613207b45f85fa72d146009434df984f721ccdc Size (kismet-2008-05-R1.tar.gz) = 655362 bytes SHA1 (patch-aa) = 84bd0905299e75eb885a299c65752825e85b3234 SHA1 (patch-ac) = 5e267a8915872f6c1d5d58bd0a6c15223292c4ca -SHA1 (patch-ae) = eaaf5c5498a38d7b2a6121defdf879622f430003 +SHA1 (patch-ae) = 5c6e69e7c7490d27433e67c0fc15a4352ff2b99d SHA1 (patch-af) = e4e176998e78a657178b3e14e614adf27b517eb6 SHA1 (patch-ag) = cb1e1eaf07ae40128fbe9760c95cfdecc200d22c SHA1 (patch-ah) = 67dfa5a2aedb1b651671863177baace4a65c6f26 diff --git a/net/kismet/patches/patch-ae b/net/kismet/patches/patch-ae index ab1a7e15f6e..1afeacc8066 100644 --- a/net/kismet/patches/patch-ae +++ b/net/kismet/patches/patch-ae @@ -1,6 +1,6 @@ -$NetBSD: patch-ae,v 1.2 2008/10/28 11:06:38 adam Exp $ +$NetBSD: patch-ae,v 1.3 2013/03/02 17:59:10 joerg Exp $ ---- Makefile.in.orig 2008-05-29 21:18:26.000000000 +0200 +--- Makefile.in.orig 2008-05-29 19:18:26.000000000 +0000 +++ Makefile.in @@ -139,52 +139,36 @@ checkuiconfig: fi @@ -109,3 +109,12 @@ $NetBSD: patch-ae,v 1.2 2008/10/28 11:06:38 adam Exp $ @echo "Installed kismet into $(BIN)/." @echo "If you have not done so already, read the README file and the FAQ file. Additional" @echo "documentation is in the docs/ directory. You MUST edit $(ETC)/kismet.conf " +@@ -374,7 +335,7 @@ $(DEPEND): + @-rm -f $(DEPEND) + @echo "Generating dependencies... " + @echo > $(DEPEND) +- @$(CXX) $(CFLAGS) -MM \ ++ @$(CXX) $(CFLAGS) $(CPPFLAGS) -MM \ + `echo $(PSO) $(DRONEO) $(GPSLO) $(NCO) | sed -e "s/\.o/\.cc/g" | sed -e "s/\.mo/\.m/g"` >> $(DEPEND) + + include $(DEPEND) |