summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild')
-rw-r--r--www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
index 50fb8dea1d91..61a9a805cd0b 100644
--- a/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
+++ b/www-apache/mod_fcgid/mod_fcgid-2.3.9-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -24,7 +24,7 @@ src_configure() {
./configure.apxs || die "apxs configure failed"
}
-src_compile () {
+src_compile() {
emake
ln -sf modules/fcgid/.libs .libs || die "symlink creation failed"
}