diff options
author | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-09 10:25:18 +0000 |
---|---|---|
committer | Tilman Keskinoz <arved@FreeBSD.org> | 2005-06-09 10:25:18 +0000 |
commit | 93a2d2de99e1b214de2a33ec79a94fe8527e3392 (patch) | |
tree | 5e7b9ba5967dfc5eae90eedc6878ed001e6e5062 /net/libsocket++/Makefile | |
parent | Unbreak after the mod_perl2 API dance. (diff) |
Work around FreeBSDs broken libtool
Reported by: pointyhat
Notes
Notes:
svn path=/head/; revision=137096
Diffstat (limited to 'net/libsocket++/Makefile')
-rw-r--r-- | net/libsocket++/Makefile | 1 |
1 files changed, 1 insertions, 0 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++ |