mirror of
https://git.freebsd.org/ports.git
synced 2025-06-05 12:56:28 -04:00
- Fix plist on 4.x
Submitted by: pointyhat via kris
This commit is contained in:
parent
1719785d6c
commit
c71f872b94
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=125219
2 changed files with 5 additions and 1 deletions
|
@ -104,7 +104,7 @@ CONFIGURE_ARGS+= --enable-csiv2 --enable-csl2
|
||||||
|
|
||||||
PLIST_SUB+= MICO_X11=${MICO_X11} MICO_QT=${MICO_QT} MICO_GTK=${MICO_GTK} \
|
PLIST_SUB+= MICO_X11=${MICO_X11} MICO_QT=${MICO_QT} MICO_GTK=${MICO_GTK} \
|
||||||
MICO_TCL=${MICO_TCL} MICO_SSL=${MICO_SSL} \
|
MICO_TCL=${MICO_TCL} MICO_SSL=${MICO_SSL} \
|
||||||
MICO_SERVICE=${MICO_SERVICE}
|
MICO_SERVICE=${MICO_SERVICE} FLEX=${FLEX}
|
||||||
|
|
||||||
MAN1= idl.1 imr.1 nsadmin.1
|
MAN1= idl.1 imr.1 nsadmin.1
|
||||||
MAN5= micorc.5
|
MAN5= micorc.5
|
||||||
|
@ -124,6 +124,9 @@ post-patch:
|
||||||
@${REINPLACE_CMD} -e "s#\"-O2\"#\"${CFLAGS}\"#;s#\"-pthread#\"${PTHREAD_LIBS}#" ${WRKSRC}/configure.in
|
@${REINPLACE_CMD} -e "s#\"-O2\"#\"${CFLAGS}\"#;s#\"-pthread#\"${PTHREAD_LIBS}#" ${WRKSRC}/configure.in
|
||||||
.if ${OSVERSION} < 500035
|
.if ${OSVERSION} < 500035
|
||||||
@${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
|
@${LN} -s /usr/include/g++/FlexLexer.h ${WRKSRC}/include
|
||||||
|
FLEX= ""
|
||||||
|
.else
|
||||||
|
FLEX= "@comment "
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
post-configure:
|
post-configure:
|
||||||
|
|
|
@ -39,6 +39,7 @@ bin/mkdepend
|
||||||
%%MICO_SERVICE%%bin/timed
|
%%MICO_SERVICE%%bin/timed
|
||||||
%%MICO_SERVICE%%bin/traderd
|
%%MICO_SERVICE%%bin/traderd
|
||||||
%%MICO_SERVICE%%bin/traversald
|
%%MICO_SERVICE%%bin/traversald
|
||||||
|
%%FLEX%%include/FlexLexer.h
|
||||||
include/CORBA-SMALL.h
|
include/CORBA-SMALL.h
|
||||||
include/CORBA.h
|
include/CORBA.h
|
||||||
include/coss/CompoundExternalization_impl.h
|
include/coss/CompoundExternalization_impl.h
|
||||||
|
|
Loading…
Add table
Reference in a new issue