net/asterisk-11.x and net/asterisk-13.x: remove $(SDK) from ifneqs
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 28 Jul 2017 19:29:10 +0000 (21:29 +0200)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 28 Jul 2017 19:30:08 +0000 (21:30 +0200)
commit5cb478e3af94d30fe74561caf1335ab00f8c6504
treee03aa027825a7b78ee0e3c4f2f8f0885881c1146
parentc21d41bb0090765c3d8925859bbca72b0ddf6aba
net/asterisk-11.x and net/asterisk-13.x: remove $(SDK) from ifneqs

The variable prevents the ifneqs from working on the buildbots. $(SDK)
is set there, so the ifneqs that test for empty will always be true.

libpq for instance doesn't build on aarch64. So the asterisk pgsql
package has a dependency on @!aarch64. An ifneq is used to disable libpq
detection by the configure script, to prevent the build to fail. But
because of $(SDK) being set the ifneq is always true, so libpq detection
is enabled, causing the build to always fail.

There are only two other packages in the tree that actually use the
$(SDK) variable, so it's fair to assume it's not needed for the asterisk
packages and can just be dropped.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk-11.x/Makefile
net/asterisk-13.x/Makefile