mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
677492e02c
Refresh patches Add patch to spoof git-version as release Switch to xz tarball Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
12 lines
302 B
Diff
12 lines
302 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -386,7 +386,7 @@ dnl See if ANY version of miniupnpc is i
|
|
AC_LINK_IFELSE(
|
|
[AC_LANG_PROGRAM([#include <miniupnpc/miniupnpc.h>],
|
|
[struct UPNPDev dev;])],
|
|
- [upnp_version="unknown"],
|
|
+ [upnp_version="none"],
|
|
[upnp_version="none"]
|
|
)
|
|
|