mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
USE_NEWGCC=yes
PR: 13435 Submitted by: Yasuhito FUTATSUKI <futatuki@debug.gr.jp>
This commit is contained in:
parent
7f11c7907c
commit
84e3d1a348
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21074
@ -22,7 +22,8 @@ BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\
|
||||
|
||||
WRKSRC= ${WRKDIR}/cdrdao-1.1.2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAN1= cdrdao.1
|
||||
|
||||
@ -42,12 +43,6 @@ LIB_DEPENDS+= gtkmm-1.0.5:${PORTSDIR}/x11-toolkits/gtk--
|
||||
CONFIGURE_ARGS= --disable-gtkmmtest
|
||||
.endif
|
||||
|
||||
.if defined(XCDRDAO) && ${OSVERSION} < 400004
|
||||
BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs
|
||||
CC= egcc
|
||||
CXX= eg++
|
||||
.endif
|
||||
|
||||
.if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000
|
||||
CONFIGURE_ARGS+= --without-scglib
|
||||
.endif
|
||||
|
@ -22,7 +22,8 @@ BUILD_DEPENDS= antlr:${PORTSDIR}/devel/pccts\
|
||||
|
||||
WRKSRC= ${WRKDIR}/cdrdao-1.1.2
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USE_NEWGCC= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
MAN1= cdrdao.1
|
||||
|
||||
@ -42,12 +43,6 @@ LIB_DEPENDS+= gtkmm-1.0.5:${PORTSDIR}/x11-toolkits/gtk--
|
||||
CONFIGURE_ARGS= --disable-gtkmmtest
|
||||
.endif
|
||||
|
||||
.if defined(XCDRDAO) && ${OSVERSION} < 400004
|
||||
BUILD_DEPENDS+= eg++:${PORTSDIR}/lang/egcs
|
||||
CC= egcc
|
||||
CXX= eg++
|
||||
.endif
|
||||
|
||||
.if defined(DONT_USE_SCGLIB) && ${OSVERSION} > 300000
|
||||
CONFIGURE_ARGS+= --without-scglib
|
||||
.endif
|
||||
|
Loading…
Reference in New Issue
Block a user