summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
Diffstat (limited to 'net')
-rw-r--r--net/libsocket++/Makefile1
-rw-r--r--net/libsocket++/files/patch-autogen2
2 files changed, 2 insertions, 1 deletions
diff --git a/net/libsocket++/Makefile b/net/libsocket++/Makefile
index 51686ccde3e4..914f78abfff6 100644
--- a/net/libsocket++/Makefile
+++ b/net/libsocket++/Makefile
@@ -20,6 +20,7 @@ INSTALLS_SHLIB= yes
USE_AUTOMAKE_VER= 19
USE_AUTOCONF_VER= 259
USE_INC_LIBTOOL_VER= 15
+SCRIPTS_ENV+= ACLOCAL_FLAGS="-I ${LOCALBASE}/share/aclocal/"
INFO= socket++
diff --git a/net/libsocket++/files/patch-autogen b/net/libsocket++/files/patch-autogen
index 02e62475c4f8..819a8917181c 100644
--- a/net/libsocket++/files/patch-autogen
+++ b/net/libsocket++/files/patch-autogen
@@ -7,7 +7,7 @@
fi
echo "aclocal..."
-aclocal
-+${ACLOCAL}
++${ACLOCAL} ${ACLOCAL_FLAGS}
echo "autoheader..."
-autoheader
+${AUTOHEADER}