summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-01-04 06:46:17 +0000
committerSam James <sam@gentoo.org>2022-01-04 06:46:17 +0000
commit8b7d64c5886fb5fbe4bb482f93be03e157f06fc2 (patch)
tree66c77bba8317ac03f7216e6892c5d8c854744212
parentnet-analyzer/wireshark: sync live (diff)
downloadgentoo-8b7d64c5.tar.gz
gentoo-8b7d64c5.tar.bz2
gentoo-8b7d64c5.zip
net-libs/nDPI: keep version workaround for now
Should be able to drop this in the next release. Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r--net-libs/nDPI/nDPI-4.0-r1.ebuild (renamed from net-libs/nDPI/nDPI-4.0.ebuild)7
1 files changed, 7 insertions, 0 deletions
diff --git a/net-libs/nDPI/nDPI-4.0.ebuild b/net-libs/nDPI/nDPI-4.0-r1.ebuild
index 8516413b47eb..4be4dd426cc0 100644
--- a/net-libs/nDPI/nDPI-4.0.ebuild
+++ b/net-libs/nDPI/nDPI-4.0-r1.ebuild
@@ -41,6 +41,13 @@ src_prepare() {
src/lib/Makefile.in || die
eautoreconf
+
+ # Should be able to drop in next version.
+ # Taken from autogen.sh (bug #704074):
+ sed -i \
+ -e "s/#define PACKAGE/#define NDPI_PACKAGE/g" \
+ -e "s/#define VERSION/#define NDPI_VERSION/g" \
+ configure || die
}
src_test() {