1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-05 06:27:37 +00:00

Attempt to fix build on 6-ia64. This still builds on 6-i386,amd64.

I'm not entirely convinced this is a libtool issue.

Submitted by:	pointyhat
Approved by:	portmgr (implicit)
This commit is contained in:
Ade Lovett 2006-03-05 21:38:28 +00:00
parent 53ca7f35d1
commit eb1fd821f2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=156969

View File

@ -16,9 +16,9 @@ MAINTAINER= ports@FreeBSD.org
COMMENT= Simple language for marking up text in a very expressive way
USE_BISON= yes
USE_GETOPT_LONG= yes
USE_GETOPT_LONG=yes
USE_GMAKE= yes
USE_AUTOTOOLS= autoconf:213
USE_AUTOTOOLS= autoconf:213 libtool:15
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
CONFIGURE_ARGS= --enable-shared
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \