make a link to f77 too, not only g77, in case the fortran off gcc3 is desired

(since some apps look for it under that name)
This commit is contained in:
pvalchev 2003-02-10 03:29:28 +00:00
parent 8def015d76
commit 5ac2ac9ad8

View File

@ -1,4 +1,4 @@
# $OpenBSD: gcc3.port.mk,v 1.3 2003/02/09 23:10:11 lebel Exp $
# $OpenBSD: gcc3.port.mk,v 1.4 2003/02/10 03:29:28 pvalchev Exp $
MODGCC3_ARCHES?=
# Supported languages for now
@ -25,6 +25,7 @@ MODGCC3_post-patch+= ln -s ${LOCALBASE}/bin/e${_MODGCC3CXX} ${WRKDIR}/bin/${_MOD
. endif
. if !empty(_MODGCC3G77:L:M${_j})
BUILD_DEPENDS+= ::lang/egcs/stable,-g77
MODGCC3_post-patch+= ln -s ${LOCALBASE}/bin/e${_MODGCC3G77} ${WRKDIR}/bin/f77;
MODGCC3_post-patch+= ln -s ${LOCALBASE}/bin/e${_MODGCC3G77} ${WRKDIR}/bin/${_MODGCC3G77};
. endif
. endfor