mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
- addINSTALLS_SHLIB=yes
- add USE_GCC=3.3 when default gcc is 3.4
This commit is contained in:
parent
ccdd4e45cd
commit
6760c0cc15
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=120622
@ -23,6 +23,7 @@ CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
|
||||
CONFIGURE_ARGS= --enable-shared
|
||||
MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
|
||||
AUTOHEADER="${TRUE}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
INFO= latte liblatte
|
||||
|
||||
@ -32,8 +33,7 @@ LDFLAGS= -L${LOCALBASE}/lib
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 502126
|
||||
BROKEN= "Does not compile on FreeBSD >= 5.x"
|
||||
|
||||
USE_GCC= 3.3
|
||||
.endif
|
||||
|
||||
post-extract:
|
||||
|
Loading…
Reference in New Issue
Block a user