mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 09:49:18 -04:00
- Don't silence warnings
- Cosmetic fixes
This commit is contained in:
parent
ca4ab63a4a
commit
82ecec48cf
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344036
1 changed files with 4 additions and 4 deletions
|
@ -17,10 +17,10 @@ OPTIONS_DEFINE= CHECK_LEAKS DEBUGGER DISABLE_META DOCS \
|
||||||
DOCUMENT_ERRORS DOM ICONV_TYPECAST
|
DOCUMENT_ERRORS DOM ICONV_TYPECAST
|
||||||
|
|
||||||
CHECK_LEAKS_DESC= Enable memory leaks checking
|
CHECK_LEAKS_DESC= Enable memory leaks checking
|
||||||
DEBUGGER_DESC= Enable debugger
|
DEBUGGER_DESC= Enable debugger
|
||||||
DISABLE_META_DESC= Do not output the META html tag
|
DISABLE_META_DESC= Do not output the META html tag
|
||||||
DOCUMENT_ERRORS_DESC= Allow document errors
|
DOCUMENT_ERRORS_DESC= Allow document errors
|
||||||
DOM_DESC= Use DOM
|
DOM_DESC= Use DOM
|
||||||
ICONV_TYPECAST_DESC= Use iconv typecast
|
ICONV_TYPECAST_DESC= Use iconv typecast
|
||||||
|
|
||||||
OPTIONS_DEFAULT= DOM DOCUMENT_ERRORS
|
OPTIONS_DEFAULT= DOM DOCUMENT_ERRORS
|
||||||
|
@ -43,7 +43,7 @@ USE_AUTOTOOLS= libtool
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ENV= LIBTOOL=${LIBTOOL}
|
CONFIGURE_ENV= LIBTOOL=${LIBTOOL}
|
||||||
USE_LDCONFIG= yes
|
USE_LDCONFIG= yes
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include -w
|
CPPFLAGS+= -I${LOCALBASE}/include
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib -lexpat ${ICONV_LIB}
|
LDFLAGS+= -L${LOCALBASE}/lib -lexpat ${ICONV_LIB}
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
|
|
Loading…
Add table
Reference in a new issue