diff options
author | Steve Price <steve@FreeBSD.org> | 1999-09-20 00:52:09 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-09-20 00:52:09 +0000 |
commit | 59e5b8bb72c9c49310524c7121f169e57ccbe5b0 (patch) | |
tree | 80dc641de041e22953f2ae27bc0bb7c4b8e76291 /textproc | |
parent | 70762e13cb0fd5be90d4d427f92e0556dd391e8b (diff) | |
download | freebsd-ports-59e5b8bb72c9c49310524c7121f169e57ccbe5b0.zip |
For some reason with the latest libtool this port no longer builds its
shared libraries, so explicitly tell configure to '--enable-shared'.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/latte/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/latte/Makefile b/textproc/latte/Makefile index b32b4b4fcc0c..f7a9bbbeb127 100644 --- a/textproc/latte/Makefile +++ b/textproc/latte/Makefile @@ -16,6 +16,7 @@ MAINTAINER= dr@domix.de USE_NEWGCC= yes USE_LIBTOOL= yes MAKE_FLAGS= CONF_ARGS="--prefix=${PREFIX}" +CONFIGURE_ARGS+= --enable-shared post-install: strip ${PREFIX}/bin/latte-html |